#5A187A

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

Shades of Indigo #5A187A

Tints of Indigo #5A187A

Color information

#5A187A (or 0x5A187A) is unknown color: approx Indigo. HEX triplet: 5A, 18 and 7A. RGB value is (90,24,122). Sum of RGB (Red+Green+Blue) = 90+24+122=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187A is #A5E785. Grayscale: #363636. Windows color (decimal): -10872710 or 8001626. OLE color: 8001626.

HSL color Cylindrical-coordinate representation of color #5A187A: hue angle of 280.41º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A187A is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9024122-
CMYK0.260.8000.52
HSL280.41º67.12%28.63%-
HSV(B)280.41º80.33%47.84%-
XYZ8.064.2318.8-
YUV54.91165.87153.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=38.14%
G=10.17%
B=51.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90241220.260.8000.52280.4167.1228.63
Hex5A187A1A50034118431d
Octal132301723212006443010335
Binary10110101100011110101101010100000110100100011000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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