#5F06FA

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

Shades of Electric Indigo #5F06FA

Tints of Electric Indigo #5F06FA

Color information

#5F06FA (or 0x5F06FA) is unknown color: approx Electric Indigo. HEX triplet: 5F, 06 and FA. RGB value is (95,6,250). Sum of RGB (Red+Green+Blue) = 95+6+250=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F06FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F06FA is #A0F905. Grayscale: #3B3B3B. Windows color (decimal): -10549510 or 16385631. OLE color: 16385631.

HSL color Cylindrical-coordinate representation of color #5F06FA: hue angle of 261.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F06FA is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB956250-
CMYK0.620.9800.02
HSL261.89º96.06%50.2%-
HSV(B)261.89º97.6%98.04%-
XYZ22.049.4791.11-
YUV60.43234.99152.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 250 (98.05% from 255) = 71.23%
R=27.07%
G=1.71%
B=71.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9562500.620.9800.02261.8996.0650.2
Hex5F6FA3E62021066032
Octal1376372761420240614062
Binary10111111101111101011111011000100101000001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F06FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,6,250); }

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

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

 a { background-color: rgb(95,6,250); }

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

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

 span { border-color: rgb(95,6,250); }

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