Html Css Color HEX #5A0470 Indigo

📋 copy color: '#5A0470'

red 90 ◦ green 4 ◦ blue 112

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

Shades of Indigo #5A0470

Tints of Indigo #5A0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 43.69%
G = 1.94%
B = 54.37%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A0470 (or 0x5A0470) is known color: Indigo. HEX triplet: 5A, 04 and 70. RGB value is (90,4,112). Sum of RGB (Red+Green+Blue) = 90+4+112=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0470 is #A5FB8F. Grayscale: #292929. Windows color (decimal): -10877840 or 7341146. OLE color: 7341146.

HSL color Cylindrical-coordinate representation of color #5A0470: hue angle of 287.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0470 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 4 112 -
CMYK 0.20 0.96 0 0.56
HSL 287.78º 0.93% 0.23% -
HSV(B) 287.78º 0.96% 0.44% -
XYZ 7.18 3.43 15.61 -
YUV 42.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 90 4 112 0.20 0.96 0 0.56 287.78 0.93 0.23
Hex 5A 4 70 14 60 0 38 120 5D 17
Octal 132 4 160 24 140 0 70 440 135 27
Binary 1011010 100 1110000 10100 1100000 0 111000 100100000 1011101 10111

Color Harmonies of #5A0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0470

Black with #5A0470

Text Example


Text Example

White with #5A0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,112); }

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

background-color css

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

 a { background-color: rgb(90,4,112); }

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

border-color css

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

 span { border-color: rgb(90,4,112); }

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