#5A0D87

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

Shades of Indigo #5A0D87

Tints of Indigo #5A0D87

Color information

#5A0D87 (or 0x5A0D87) is unknown color: approx Indigo. HEX triplet: 5A, 0D and 87. RGB value is (90,13,135). Sum of RGB (Red+Green+Blue) = 90+13+135=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0D87 is #A5F278. Grayscale: #313131. Windows color (decimal): -10875513 or 8850778. OLE color: 8850778.

HSL color Cylindrical-coordinate representation of color #5A0D87: hue angle of 277.87º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0D87 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9013135-
CMYK0.330.9000.47
HSL277.87º82.43%29.02%-
HSV(B)277.87º90.37%52.94%-
XYZ8.734.2123.27-
YUV49.93176.01156.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=37.82%
G=5.46%
B=56.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90131350.330.9000.47277.8782.4329.02
Hex5AD87215A02F116521d
Octal132152074113205742612235
Binary101101011011000011110000110110100101111100010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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