#5A018D

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

Shades of Indigo #5A018D

Tints of Indigo #5A018D

Color information

#5A018D (or 0x5A018D) is unknown color: approx Indigo. HEX triplet: 5A, 01 and 8D. RGB value is (90,1,141). Sum of RGB (Red+Green+Blue) = 90+1+141=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A018D is #A5FE72. Grayscale: #2B2B2B. Windows color (decimal): -10878579 or 9240922. OLE color: 9240922.

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

Color convert

RGB901141-
CMYK0.360.9900.45
HSL278.14º98.59%27.84%-
HSV(B)278.14º99.29%55.29%-
XYZ9.044.1225.52-
YUV43.57182.99161.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 141 (55.47% from 255) = 60.78%
R=38.79%
G=0.43%
B=60.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9011410.360.9900.45278.1498.5927.84
Hex5A18D246302D116631c
Octal13212154414305542614334
Binary101101011000110110010011000110101101100010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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