Html Css Color HEX #5C04DA Electric Indigo

📋 copy color: '#5C04DA'

red 92 ◦ green 4 ◦ blue 218

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

Shades of Electric Indigo #5C04DA

Tints of Electric Indigo #5C04DA

RGB

 RED value IS 92 (36.33% from 255) = 29.3%

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

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

R = 29.3%
G = 1.27%
B = 69.43%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5C04DA (or 0x5C04DA) is known color: Electric Indigo. HEX triplet: 5C, 04 and DA. RGB value is (92,4,218). Sum of RGB (Red+Green+Blue) = 92+4+218=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C04DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C04DA is #A3FB25. Grayscale: #353535. Windows color (decimal): -10746662 or 14287964. OLE color: 14287964.

HSL color Cylindrical-coordinate representation of color #5C04DA: hue angle of 264.67º 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 #5C04DA is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 4 218 -
CMYK 0.58 0.98 0 0.15
HSL 264.67º 0.96% 0.44% -
HSV(B) 264.67º 0.98% 0.85% -
XYZ 17.11 7.42 66.86 -
YUV 54.71 220.15 154.6 -
System Red Green Blue C M Y K H S L
Decimal 92 4 218 0.58 0.98 0 0.15 264.67 0.96 0.44
Hex 5C 4 DA 3A 62 0 F 109 60 2C
Octal 134 4 332 72 142 0 17 411 140 54
Binary 1011100 100 11011010 111010 1100010 0 1111 100001001 1100000 101100

Color Harmonies of #5C04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C04DA

Black with #5C04DA

Text Example


Text Example

White with #5C04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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