#5F02D2

Color #5F02D2 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5F02D2

Tints of Electric Indigo #5F02D2

Color information

#5F02D2 (or 0x5F02D2) is unknown color: approx Electric Indigo. HEX triplet: 5F, 02 and D2. RGB value is (95,2,210). Sum of RGB (Red+Green+Blue) = 95+2+210=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 210 (82.42% from 255 or 68.40% from 307); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F02D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F02D2 is #A0FD2D. Grayscale: #343434. Windows color (decimal): -10550574 or 13763167. OLE color: 13763167.

HSL color Cylindrical-coordinate representation of color #5F02D2: hue angle of 266.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02D2 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB952210-
CMYK0.550.9900.18
HSL266.83º98.11%41.57%-
HSV(B)266.83º99.05%82.35%-
XYZ16.377.1361.49-
YUV53.52216.31157.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 210 (82.42% from 255) = 68.40%
R=30.94%
G=0.65%
B=68.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9522100.550.9900.18266.8398.1141.57
Hex5F2D2376301210b622a
Octal13723226714302241314252
Binary1011111101101001011011111000110100101000010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F02D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F02D2; }

 p { color: rgb(95,2,210); }

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

<style>
 a { background-color: #5F02D2; }

 a { background-color: rgb(95,2,210); }

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

<style>
 span { border-color: #5F02D2; }

 span { border-color: rgb(95,2,210); }

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