Html Css Color HEX #5F04DA Electric Indigo

📋 copy color: '#5F04DA'

red 95 ◦ green 4 ◦ blue 218

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

Shades of Electric Indigo #5F04DA

Tints of Electric Indigo #5F04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 29.97%
G = 1.26%
B = 68.77%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5F04DA (or 0x5F04DA) is known color: Electric Indigo. HEX triplet: 5F, 04 and DA. RGB value is (95,4,218). Sum of RGB (Red+Green+Blue) = 95+4+218=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F04DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F04DA is #A0FB25. Grayscale: #363636. Windows color (decimal): -10550054 or 14287967. OLE color: 14287967.

HSL color Cylindrical-coordinate representation of color #5F04DA: hue angle of 265.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04DA is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 4 218 -
CMYK 0.56 0.98 0 0.15
HSL 265.51º 0.96% 0.44% -
HSV(B) 265.51º 0.98% 0.85% -
XYZ 17.42 7.58 66.88 -
YUV 55.61 219.65 156.1 -
System Red Green Blue C M Y K H S L
Decimal 95 4 218 0.56 0.98 0 0.15 265.51 0.96 0.44
Hex 5F 4 DA 38 62 0 F 10A 60 2C
Octal 137 4 332 70 142 0 17 412 140 54
Binary 1011111 100 11011010 111000 1100010 0 1111 100001010 1100000 101100

Color Harmonies of #5F04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F04DA

Black with #5F04DA

Text Example


Text Example

White with #5F04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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