Html Css Color HEX #5F08DC Electric Indigo

📋 copy color: '#5F08DC'

red 95 ◦ green 8 ◦ blue 220

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

Shades of Electric Indigo #5F08DC

Tints of Electric Indigo #5F08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 29.41%
G = 2.48%
B = 68.11%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F08DC (or 0x5F08DC) is known color: Electric Indigo. HEX triplet: 5F, 08 and DC. RGB value is (95,8,220). Sum of RGB (Red+Green+Blue) = 95+8+220=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F08DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F08DC is #A0F723. Grayscale: #393939. Windows color (decimal): -10549028 or 14420063. OLE color: 14420063.

HSL color Cylindrical-coordinate representation of color #5F08DC: hue angle of 264.62º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F08DC is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 8 220 -
CMYK 0.57 0.96 0 0.14
HSL 264.62º 0.93% 0.45% -
HSV(B) 264.62º 0.96% 0.86% -
XYZ 17.72 7.77 68.28 -
YUV 58.18 219.32 154.26 -
System Red Green Blue C M Y K H S L
Decimal 95 8 220 0.57 0.96 0 0.14 264.62 0.93 0.45
Hex 5F 8 DC 39 60 0 E 109 5D 2D
Octal 137 10 334 71 140 0 16 411 135 55
Binary 1011111 1000 11011100 111001 1100000 0 1110 100001001 1011101 101101

Color Harmonies of #5F08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F08DC

Black with #5F08DC

Text Example


Text Example

White with #5F08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,8,220); }

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

background-color css

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

 a { background-color: rgb(95,8,220); }

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

border-color css

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

 span { border-color: rgb(95,8,220); }

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