Html Css Color HEX #5B04DA Electric Indigo

📋 copy color: '#5B04DA'

red 91 ◦ green 4 ◦ blue 218

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

Shades of Electric Indigo #5B04DA

Tints of Electric Indigo #5B04DA

RGB

 RED value IS 91 (35.94% from 255) = 29.07%

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

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

R = 29.07%
G = 1.28%
B = 69.65%

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

#5B04DA (or 0x5B04DA) is known color: Electric Indigo. HEX triplet: 5B, 04 and DA. RGB value is (91,4,218). Sum of RGB (Red+Green+Blue) = 91+4+218=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B04DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B04DA is #A4FB25. Grayscale: #353535. Windows color (decimal): -10812198 or 14287963. OLE color: 14287963.

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

Color convert

RGB 91 4 218 -
CMYK 0.58 0.98 0 0.15
HSL 264.39º 0.96% 0.44% -
HSV(B) 264.39º 0.98% 0.85% -
XYZ 17.01 7.37 66.86 -
YUV 54.41 220.32 154.1 -
System Red Green Blue C M Y K H S L
Decimal 91 4 218 0.58 0.98 0 0.15 264.39 0.96 0.44
Hex 5B 4 DA 3A 62 0 F 108 60 2C
Octal 133 4 332 72 142 0 17 410 140 54
Binary 1011011 100 11011010 111010 1100010 0 1111 100001000 1100000 101100

Color Harmonies of #5B04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B04DA

Black with #5B04DA

Text Example


Text Example

White with #5B04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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