#5A1878

Color #5A1878 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5A1878

Tints of Indigo #5A1878

Color information

#5A1878 (or 0x5A1878) is unknown color: approx Indigo. HEX triplet: 5A, 18 and 78. RGB value is (90,24,120). Sum of RGB (Red+Green+Blue) = 90+24+120=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1878 is #A5E787. Grayscale: #363636. Windows color (decimal): -10872712 or 7870554. OLE color: 7870554.

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

Color convert

RGB9024120-
CMYK0.250.800.53
HSL281.25º66.67%28.24%-
HSV(B)281.25º80%47.06%-
XYZ7.934.1818.16-
YUV54.68164.87153.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=38.46%
G=10.26%
B=51.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90241200.250.800.53281.2566.6728.24
Hex5A18781950035119431c
Octal132301703112006543110334
Binary10110101100011110001100110100000110101100011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A1878;
 }
 .AnyTagClassName
 {
   color: #5A1878;
 }
</style>
background-color css

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

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

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

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

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

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