#5A0287

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

Shades of Indigo #5A0287

Tints of Indigo #5A0287

Color information

#5A0287 (or 0x5A0287) is unknown color: approx Indigo. HEX triplet: 5A, 02 and 87. RGB value is (90,2,135). Sum of RGB (Red+Green+Blue) = 90+2+135=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A0287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0287 is #A5FD78. Grayscale: #2B2B2B. Windows color (decimal): -10878329 or 8847962. OLE color: 8847962.

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

Color convert

RGB902135-
CMYK0.330.9900.47
HSL279.7º97.08%26.86%-
HSV(B)279.7º98.52%52.94%-
XYZ8.613.9723.23-
YUV43.47179.65161.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=39.65%
G=0.88%
B=59.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9021350.330.9900.47279.797.0826.86
Hex5A287216302F118611b
Octal13222074114305743014133
Binary1011010101000011110000111000110101111100011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,2,135); }

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

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

 a { background-color: rgb(90,2,135); }

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

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

 span { border-color: rgb(90,2,135); }

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