#5F01DA

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

Shades of Electric Indigo #5F01DA

Tints of Electric Indigo #5F01DA

Color information

#5F01DA (or 0x5F01DA) is unknown color: approx Electric Indigo. HEX triplet: 5F, 01 and DA. RGB value is (95,1,218). Sum of RGB (Red+Green+Blue) = 95+1+218=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F01DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F01DA is #A0FE25. Grayscale: #353535. Windows color (decimal): -10550822 or 14287199. OLE color: 14287199.

HSL color Cylindrical-coordinate representation of color #5F01DA: hue angle of 265.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F01DA is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB951218-
CMYK0.561.0000.15
HSL265.99º99.09%42.94%-
HSV(B)265.99º99.54%85.49%-
XYZ17.397.5266.86-
YUV53.84220.64157.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 218 (85.55% from 255) = 69.43%
R=30.25%
G=0.32%
B=69.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9512180.561.0000.15265.9999.0942.94
Hex5F1DA38640F10a632b
Octal13713327014401741214353
Binary10111111110110101110001100100011111000010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F01DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,218); }

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

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

 a { background-color: rgb(95,1,218); }

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

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

 span { border-color: rgb(95,1,218); }

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