#5A016C

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

Shades of Indigo #5A016C

Tints of Indigo #5A016C

Color information

#5A016C (or 0x5A016C) is unknown color: approx Indigo. HEX triplet: 5A, 01 and 6C. RGB value is (90,1,108). Sum of RGB (Red+Green+Blue) = 90+1+108=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A016C is #A5FE93. Grayscale: #272727. Windows color (decimal): -10878612 or 7078234. OLE color: 7078234.

HSL color Cylindrical-coordinate representation of color #5A016C: hue angle of 289.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A016C is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB901108-
CMYK0.170.9900.58
HSL289.91º98.17%21.37%-
HSV(B)289.91º99.07%42.35%-
XYZ6.933.2814.45-
YUV39.81166.49163.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=45.23%
G=0.50%
B=54.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9011080.170.9900.58289.9198.1721.37
Hex5A16C116303A1226215
Octal13211542114307244214225
Binary1011010111011001000111000110111010100100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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