Html Css Color HEX #5B00DB Electric Indigo

📋 copy color: '#5B00DB'

red 91 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #5B00DB

Tints of Electric Indigo #5B00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 70.65%

R = 29.35%
G = 0%
B = 70.65%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B00DB (or 0x5B00DB) is known color: Electric Indigo. HEX triplet: 5B, 00 and DB. RGB value is (91,0,219). Sum of RGB (Red+Green+Blue) = 91+0+219=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B00DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00DB is #A4FF24. Grayscale: #333333. Windows color (decimal): -10813221 or 14352475. OLE color: 14352475.

HSL color Cylindrical-coordinate representation of color #5B00DB: hue angle of 264.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00DB is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 0 219 -
CMYK 0.58 1 0 0.14
HSL 264.93º 1% 0.43% -
HSV(B) 264.93º 1% 0.86% -
XYZ 17.1 7.34 67.53 -
YUV 52.18 222.15 155.69 -
System Red Green Blue C M Y K H S L
Decimal 91 0 219 0.58 1 0 0.14 264.93 1 0.43
Hex 5B 0 DB 3A 64 0 E 109 64 2B
Octal 133 0 333 72 144 0 16 411 144 53
Binary 1011011 0 11011011 111010 1100100 0 1110 100001001 1100100 101011

Color Harmonies of #5B00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00DB

Black with #5B00DB

Text Example


Text Example

White with #5B00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,219); }

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

background-color css

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

 a { background-color: rgb(91,0,219); }

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

border-color css

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

 span { border-color: rgb(91,0,219); }

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