Html Css Color HEX #5F04ED Electric Indigo

📋 copy color: '#5F04ED'

red 95 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #5F04ED

Tints of Electric Indigo #5F04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 28.27%
G = 1.19%
B = 70.54%

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

#5F04ED (or 0x5F04ED) is known color: Electric Indigo. HEX triplet: 5F, 04 and ED. RGB value is (95,4,237). Sum of RGB (Red+Green+Blue) = 95+4+237=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F04ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F04ED is #A0FB12. Grayscale: #383838. Windows color (decimal): -10550035 or 15533151. OLE color: 15533151.

HSL color Cylindrical-coordinate representation of color #5F04ED: hue angle of 263.43º degrees, saturation: 0.97, 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 #5F04ED is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 4 237 -
CMYK 0.60 0.98 0 0.07
HSL 263.43º 0.97% 0.47% -
HSV(B) 263.43º 0.98% 0.93% -
XYZ 20.05 8.63 80.73 -
YUV 57.77 229.15 154.55 -
System Red Green Blue C M Y K H S L
Decimal 95 4 237 0.60 0.98 0 0.07 263.43 0.97 0.47
Hex 5F 4 ED 3C 62 0 7 107 61 2F
Octal 137 4 355 74 142 0 7 407 141 57
Binary 1011111 100 11101101 111100 1100010 0 111 100000111 1100001 101111

Color Harmonies of #5F04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F04ED

Black with #5F04ED

Text Example


Text Example

White with #5F04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,237); }

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

background-color css

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

 a { background-color: rgb(95,4,237); }

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

border-color css

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

 span { border-color: rgb(95,4,237); }

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