Html Css Color HEX #5A1578 Indigo

📋 copy color: '#5A1578'

red 90 ◦ green 21 ◦ blue 120

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

Shades of Indigo #5A1578

Tints of Indigo #5A1578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 38.96%
G = 9.09%
B = 51.95%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A1578 (or 0x5A1578) is known color: Indigo. HEX triplet: 5A, 15 and 78. RGB value is (90,21,120). Sum of RGB (Red+Green+Blue) = 90+21+120=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1578 is #A5EA87. Grayscale: #343434. Windows color (decimal): -10873480 or 7869786. OLE color: 7869786.

HSL color Cylindrical-coordinate representation of color #5A1578: hue angle of 281.82º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1578 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 21 120 -
CMYK 0.25 0.83 0 0.53
HSL 281.82º 0.7% 0.28% -
HSV(B) 281.82º 0.83% 0.47% -
XYZ 7.87 4.07 18.14 -
YUV 52.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 90 21 120 0.25 0.83 0 0.53 281.82 0.7 0.28
Hex 5A 15 78 19 53 0 35 11A 46 1C
Octal 132 25 170 31 123 0 65 432 106 34
Binary 1011010 10101 1111000 11001 1010011 0 110101 100011010 1000110 11100

Color Harmonies of #5A1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1578

Black with #5A1578

Text Example


Text Example

White with #5A1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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