#5F0BF4

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

Shades of Electric Indigo #5F0BF4

Tints of Electric Indigo #5F0BF4

Color information

#5F0BF4 (or 0x5F0BF4) is unknown color: approx Electric Indigo. HEX triplet: 5F, 0B and F4. RGB value is (95,11,244). Sum of RGB (Red+Green+Blue) = 95+11+244=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 244 (95.70% from 255 or 69.71% from 350); Max value from RGB is 244 - color contains mainly: blue. Hex color #5F0BF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BF4 is #A0F40B. Grayscale: #3D3D3D. Windows color (decimal): -10548236 or 15993695. OLE color: 15993695.

HSL color Cylindrical-coordinate representation of color #5F0BF4: hue angle of 261.63º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BF4 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9511244-
CMYK0.610.9500.04
HSL261.63º91.37%50%-
HSV(B)261.63º95.49%95.69%-
XYZ21.179.286.25-
YUV62.68230.33151.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 11 (4.69% from 255) = 3.14%
BLUE value IS 244 (95.70% from 255) = 69.71%
R=27.14%
G=3.14%
B=69.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95112440.610.9500.04261.6391.3750
Hex5FBF43D5F041065b32
Octal13713364751370440613362
Binary1011111101111110100111101101111101001000001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,244); }

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

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

 a { background-color: rgb(95,11,244); }

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

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

 span { border-color: rgb(95,11,244); }

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