Html Css Color HEX #5F0BFC Electric Indigo

📋 copy color: '#5F0BFC'

red 95 ◦ green 11 ◦ blue 252

#5F0BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5F0BFC

Tints of Electric Indigo #5F0BFC

RGB

 RED value IS 95 (37.5% from 255) = 26.54%

 GREEN value IS 11 (4.69% from 255) = 3.07%

 BLUE value IS 252 (98.83% from 255) = 70.39%

R = 26.54%
G = 3.07%
B = 70.39%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F0BFC (or 0x5F0BFC) is known color: Electric Indigo. HEX triplet: 5F, 0B and FC. RGB value is (95,11,252). Sum of RGB (Red+Green+Blue) = 95+11+252=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0BFC is #A0F403. Grayscale: #3E3E3E. Windows color (decimal): -10548228 or 16517983. OLE color: 16517983.

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

Color convert

RGB 95 11 252 -
CMYK 0.62 0.96 0 0.01
HSL 260.91º 0.98% 0.52% -
HSV(B) 260.91º 0.96% 0.99% -
XYZ 22.41 9.7 92.79 -
YUV 63.59 234.33 150.4 -
System Red Green Blue C M Y K H S L
Decimal 95 11 252 0.62 0.96 0 0.01 260.91 0.98 0.52
Hex 5F B FC 3E 60 0 1 105 62 34
Octal 137 13 374 76 140 0 1 405 142 64
Binary 1011111 1011 11111100 111110 1100000 0 1 100000101 1100010 110100

Color Harmonies of #5F0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BFC

Black with #5F0BFC

Text Example


Text Example

White with #5F0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F0BFC;
 }
 .AnyTagClassName
 {
   color: #5F0BFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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