Html Css Color HEX #5F05EC Electric Indigo

📋 copy color: '#5F05EC'

red 95 ◦ green 5 ◦ blue 236

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

Shades of Electric Indigo #5F05EC

Tints of Electric Indigo #5F05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 28.27%
G = 1.49%
B = 70.24%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F05EC (or 0x5F05EC) is known color: Electric Indigo. HEX triplet: 5F, 05 and EC. RGB value is (95,5,236). Sum of RGB (Red+Green+Blue) = 95+5+236=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F05EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F05EC is #A0FA13. Grayscale: #393939. Windows color (decimal): -10549780 or 15467871. OLE color: 15467871.

HSL color Cylindrical-coordinate representation of color #5F05EC: hue angle of 263.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F05EC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 5 236 -
CMYK 0.60 0.98 0 0.07
HSL 263.38º 0.96% 0.47% -
HSV(B) 263.38º 0.98% 0.93% -
XYZ 19.91 8.6 79.97 -
YUV 58.24 228.32 154.22 -
System Red Green Blue C M Y K H S L
Decimal 95 5 236 0.60 0.98 0 0.07 263.38 0.96 0.47
Hex 5F 5 EC 3C 62 0 7 107 60 2F
Octal 137 5 354 74 142 0 7 407 140 57
Binary 1011111 101 11101100 111100 1100010 0 111 100000111 1100000 101111

Color Harmonies of #5F05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F05EC

Black with #5F05EC

Text Example


Text Example

White with #5F05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,5,236); }

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

background-color css

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

 a { background-color: rgb(95,5,236); }

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

border-color css

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

 span { border-color: rgb(95,5,236); }

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