Html Css Color HEX #5A1573 Indigo

📋 copy color: '#5A1573'

red 90 ◦ green 21 ◦ blue 115

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

Shades of Indigo #5A1573

Tints of Indigo #5A1573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 39.82%
G = 9.29%
B = 50.88%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A1573 (or 0x5A1573) is known color: Indigo. HEX triplet: 5A, 15 and 73. RGB value is (90,21,115). Sum of RGB (Red+Green+Blue) = 90+21+115=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A1573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1573 is #A5EA8C. Grayscale: #343434. Windows color (decimal): -10873485 or 7542106. OLE color: 7542106.

HSL color Cylindrical-coordinate representation of color #5A1573: hue angle of 284.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1573 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 21 115 -
CMYK 0.22 0.82 0 0.55
HSL 284.04º 0.69% 0.27% -
HSV(B) 284.04º 0.82% 0.45% -
XYZ 7.58 3.95 16.58 -
YUV 52.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 90 21 115 0.22 0.82 0 0.55 284.04 0.69 0.27
Hex 5A 15 73 16 52 0 37 11C 45 1B
Octal 132 25 163 26 122 0 67 434 105 33
Binary 1011010 10101 1110011 10110 1010010 0 110111 100011100 1000101 11011

Color Harmonies of #5A1573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1573

Black with #5A1573

Text Example


Text Example

White with #5A1573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,115); }

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

background-color css

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

 a { background-color: rgb(90,21,115); }

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

border-color css

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

 span { border-color: rgb(90,21,115); }

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