Html Css Color HEX #5B05DA Electric Indigo

📋 copy color: '#5B05DA'

red 91 ◦ green 5 ◦ blue 218

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

Shades of Electric Indigo #5B05DA

Tints of Electric Indigo #5B05DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 28.98%
G = 1.59%
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

#5B05DA (or 0x5B05DA) is known color: Electric Indigo. HEX triplet: 5B, 05 and DA. RGB value is (91,5,218). Sum of RGB (Red+Green+Blue) = 91+5+218=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 5 (2.34% from 255 or 1.59% 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 #5B05DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05DA is #A4FA25. Grayscale: #363636. Windows color (decimal): -10811942 or 14288219. OLE color: 14288219.

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

Color convert

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

Color Harmonies of #5B05DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05DA

Black with #5B05DA

Text Example


Text Example

White with #5B05DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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