#5A1278

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

Shades of Indigo #5A1278

Tints of Indigo #5A1278

Color information

#5A1278 (or 0x5A1278) is unknown color: approx Indigo. HEX triplet: 5A, 12 and 78. RGB value is (90,18,120). Sum of RGB (Red+Green+Blue) = 90+18+120=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1278 is #A5ED87. Grayscale: #323232. Windows color (decimal): -10874248 or 7869018. OLE color: 7869018.

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

Color convert

RGB9018120-
CMYK0.250.8500.53
HSL282.35º73.91%27.06%-
HSV(B)282.35º85%47.06%-
XYZ7.823.9618.12-
YUV51.16166.85155.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=39.47%
G=7.89%
B=52.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90181200.250.8500.53282.3573.9127.06
Hex5A1278195503511a4a1b
Octal132221703112506543211233
Binary10110101001011110001100110101010110101100011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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