Html Css Color HEX #5F04FF Electric Indigo

📋 copy color: '#5F04FF'

red 95 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #5F04FF

Tints of Electric Indigo #5F04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 26.84%
G = 1.13%
B = 72.03%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5F04FF (or 0x5F04FF) is known color: Electric Indigo. HEX triplet: 5F, 04 and FF. RGB value is (95,4,255). Sum of RGB (Red+Green+Blue) = 95+4+255=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F04FF is #A0FB00. Grayscale: #3A3A3A. Windows color (decimal): -10550017 or 16712799. OLE color: 16712799.

HSL color Cylindrical-coordinate representation of color #5F04FF: hue angle of 261.75º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04FF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 4 255 -
CMYK 0.63 0.98 0 0
HSL 261.75º 1% 0.51% -
HSV(B) 261.75º 0.98% 1% -
XYZ 22.81 9.74 95.29 -
YUV 59.82 238.15 153.09 -
System Red Green Blue C M Y K H S L
Decimal 95 4 255 0.63 0.98 0 0 261.75 1 0.51
Hex 5F 4 FF 3F 62 0 0 106 64 33
Octal 137 4 377 77 142 0 0 406 144 63
Binary 1011111 100 11111111 111111 1100010 0 0 100000110 1100100 110011

Color Harmonies of #5F04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F04FF

Black with #5F04FF

Text Example


Text Example

White with #5F04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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