Html Css Color HEX #5A06DB Electric Indigo

📋 copy color: '#5A06DB'

red 90 ◦ green 6 ◦ blue 219

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

Shades of Electric Indigo #5A06DB

Tints of Electric Indigo #5A06DB

RGB

 RED value IS 90 (35.55% from 255) = 28.57%

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 28.57%
G = 1.9%
B = 69.52%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A06DB (or 0x5A06DB) is known color: Electric Indigo. HEX triplet: 5A, 06 and DB. RGB value is (90,6,219). Sum of RGB (Red+Green+Blue) = 90+6+219=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06DB is #A5F924. Grayscale: #363636. Windows color (decimal): -10877221 or 14354010. OLE color: 14354010.

HSL color Cylindrical-coordinate representation of color #5A06DB: hue angle of 263.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06DB is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 6 219 -
CMYK 0.59 0.97 0 0.14
HSL 263.66º 0.95% 0.44% -
HSV(B) 263.66º 0.97% 0.86% -
XYZ 17.07 7.42 67.55 -
YUV 55.4 220.33 152.68 -
System Red Green Blue C M Y K H S L
Decimal 90 6 219 0.59 0.97 0 0.14 263.66 0.95 0.44
Hex 5A 6 DB 3B 61 0 E 108 5F 2C
Octal 132 6 333 73 141 0 16 410 137 54
Binary 1011010 110 11011011 111011 1100001 0 1110 100001000 1011111 101100

Color Harmonies of #5A06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A06DB

Black with #5A06DB

Text Example


Text Example

White with #5A06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,219); }

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

background-color css

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

 a { background-color: rgb(90,6,219); }

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

border-color css

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

 span { border-color: rgb(90,6,219); }

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