Html Css Color HEX #5A01DC Electric Indigo

📋 copy color: '#5A01DC'

red 90 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #5A01DC

Tints of Electric Indigo #5A01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 28.94%
G = 0.32%
B = 70.74%

CMYK

 C value IS 0.59

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A01DC (or 0x5A01DC) is known color: Electric Indigo. HEX triplet: 5A, 01 and DC. RGB value is (90,1,220). Sum of RGB (Red+Green+Blue) = 90+1+220=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A01DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A01DC is #A5FE23. Grayscale: #333333. Windows color (decimal): -10878500 or 14418266. OLE color: 14418266.

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

Color convert

RGB 90 1 220 -
CMYK 0.59 1.00 0 0.14
HSL 264.38º 0.99% 0.43% -
HSV(B) 264.38º 1% 0.86% -
XYZ 17.15 7.36 68.23 -
YUV 52.58 222.49 154.69 -
System Red Green Blue C M Y K H S L
Decimal 90 1 220 0.59 1.00 0 0.14 264.38 0.99 0.43
Hex 5A 1 DC 3B 64 0 E 108 63 2B
Octal 132 1 334 73 144 0 16 410 143 53
Binary 1011010 1 11011100 111011 1100100 0 1110 100001000 1100011 101011

Color Harmonies of #5A01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A01DC

Black with #5A01DC

Text Example


Text Example

White with #5A01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,220); }

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

background-color css

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

 a { background-color: rgb(90,1,220); }

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

border-color css

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

 span { border-color: rgb(90,1,220); }

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