#282cd6

Color #282CD6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #282CD6

Tints of Persian Blue #282CD6

Color information

#282CD6 (or 0x282CD6) is unknown color: approx Persian Blue. HEX triplet: 28, 2C and D6. RGB value is (40,44,214). Sum of RGB (Red+Green+Blue) = 40+44+214=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 214 (83.98% from 255 or 71.81% from 298); Max value from RGB is 214 - color contains mainly: blue. Hex color #282CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CD6 is #D7D329. Grayscale: #3D3D3D. Windows color (decimal): -14144298 or 14036008. OLE color: 14036008.

HSL color Cylindrical-coordinate representation of color #282CD6: hue angle of 238.62º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282CD6 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4044214-
CMYK0.810.7900.16
HSL238.62º68.5%49.8%-
HSV(B)238.62º81.31%83.92%-
XYZ13.917.1164.26-
YUV62.18213.67112.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 214 (83.98% from 255) = 71.81%
R=13.42%
G=14.77%
B=71.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40442140.810.7900.16238.6268.549.8
Hex282CD6514F010ef4532
Octal505432612111702035710562
Binary1010001011001101011010100011001111010000111011111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282cd6; }

 p { color: rgb(40,44,214); }

 H1.HeaderClassName
 {
   color: #282cd6;
 }
 .AnyTagClassName
 {
   color: #282cd6;
 }
</style>
background-color css

<style>
 a { background-color: #282cd6; }

 a { background-color: rgb(40,44,214); }

 div.DivClassName
 {
   background-color: #282cd6;
 }
 .BgClassName
 {
   background-color: #282cd6;
 }
</style>
border-color css

<style>
 span { border-color: #282cd6; }

 span { border-color: rgb(40,44,214); }

 td.TdClassName
 {
   border-color: #282cd6;
 }
 .TagClassName
 {
   border-color: #282cd6;
 }
</style>