#5A187D

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

Shades of Indigo #5A187D

Tints of Indigo #5A187D

Color information

#5A187D (or 0x5A187D) is unknown color: approx Indigo. HEX triplet: 5A, 18 and 7D. RGB value is (90,24,125). Sum of RGB (Red+Green+Blue) = 90+24+125=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187D is #A5E782. Grayscale: #363636. Windows color (decimal): -10872707 or 8198234. OLE color: 8198234.

HSL color Cylindrical-coordinate representation of color #5A187D: hue angle of 279.21º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A187D is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9024125-
CMYK0.280.8100.51
HSL279.21º67.79%29.22%-
HSV(B)279.21º80.8%49.02%-
XYZ8.244.3119.8-
YUV55.25167.37152.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=37.66%
G=10.04%
B=52.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90241250.280.8100.51279.2167.7929.22
Hex5A187D1C51033117441d
Octal132301753412106342710435
Binary10110101100011111011110010100010110011100010111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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