Html Css Color HEX #5400DB Electric Indigo

📋 copy color: '#5400DB'

red 84 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #5400DB

Tints of Electric Indigo #5400DB

RGB

 RED value IS 84 (33.2% from 255) = 27.72%

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

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

R = 27.72%
G = 0%
B = 72.28%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5400DB (or 0x5400DB) is known color: Electric Indigo. HEX triplet: 54, 00 and DB. RGB value is (84,0,219). Sum of RGB (Red+Green+Blue) = 84+0+219=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #5400DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400DB is #ABFF24. Grayscale: #313131. Windows color (decimal): -11271973 or 14352468. OLE color: 14352468.

HSL color Cylindrical-coordinate representation of color #5400DB: hue angle of 263.01º 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 #5400DB is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 0 219 -
CMYK 0.62 1 0 0.14
HSL 263.01º 1% 0.43% -
HSV(B) 263.01º 1% 0.86% -
XYZ 16.44 7 67.5 -
YUV 50.08 223.33 152.19 -
System Red Green Blue C M Y K H S L
Decimal 84 0 219 0.62 1 0 0.14 263.01 1 0.43
Hex 54 0 DB 3E 64 0 E 107 64 2B
Octal 124 0 333 76 144 0 16 407 144 53
Binary 1010100 0 11011011 111110 1100100 0 1110 100000111 1100100 101011

Color Harmonies of #5400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400DB

Black with #5400DB

Text Example


Text Example

White with #5400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5400DB; }

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

 H1.HeaderClassName
 {
   color: #5400DB;
 }
 .AnyTagClassName
 {
   color: #5400DB;
 }
</style>

background-color css

<style>
 a { background-color: #5400DB; }

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

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

border-color css

<style>
 span { border-color: #5400DB; }

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

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