#5A008D

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

Shades of Indigo #5A008D

Tints of Indigo #5A008D

Color information

#5A008D (or 0x5A008D) is unknown color: approx Indigo. HEX triplet: 5A, 00 and 8D. RGB value is (90,0,141). Sum of RGB (Red+Green+Blue) = 90+0+141=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A008D is #A5FF72. Grayscale: #2A2A2A. Windows color (decimal): -10878835 or 9240666. OLE color: 9240666.

HSL color Cylindrical-coordinate representation of color #5A008D: hue angle of 278.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A008D is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB900141-
CMYK0.36100.45
HSL278.3º100%27.65%-
HSV(B)278.3º100%55.29%-
XYZ9.024.125.51-
YUV42.98183.32161.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=38.96%
G=0%
B=61.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9001410.36100.45278.310027.65
Hex5A08D246402D116641c
Octal13202154414405542614434
Binary101101001000110110010011001000101101100010110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,0,141); }

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

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

 a { background-color: rgb(90,0,141); }

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

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

 span { border-color: rgb(90,0,141); }

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