#5F07FE

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

Shades of Electric Indigo #5F07FE

Tints of Electric Indigo #5F07FE

Color information

#5F07FE (or 0x5F07FE) is unknown color: approx Electric Indigo. HEX triplet: 5F, 07 and FE. RGB value is (95,7,254). Sum of RGB (Red+Green+Blue) = 95+7+254=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F07FE is #A0F801. Grayscale: #3C3C3C. Windows color (decimal): -10549250 or 16648031. OLE color: 16648031.

HSL color Cylindrical-coordinate representation of color #5F07FE: hue angle of 261.38º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F07FE is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB957254-
CMYK0.630.9700.00
HSL261.38º99.2%51.18%-
HSV(B)261.38º97.24%99.61%-
XYZ22.689.7494.45-
YUV61.47236.65151.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 254 (99.61% from 255) = 71.35%
R=26.69%
G=1.97%
B=71.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal9572540.630.9700.00261.3899.251.18
Hex5F7FE3F61001056333
Octal1377376771410040514363
Binary1011111111111111101111111100001001000001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F07FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,7,254); }

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

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

 a { background-color: rgb(95,7,254); }

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

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

 span { border-color: rgb(95,7,254); }

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