#5A0C6D

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

Shades of Indigo #5A0C6D

Tints of Indigo #5A0C6D

Color information

#5A0C6D (or 0x5A0C6D) is unknown color: approx Indigo. HEX triplet: 5A, 0C and 6D. RGB value is (90,12,109). Sum of RGB (Red+Green+Blue) = 90+12+109=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A0C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C6D is #A5F392. Grayscale: #2E2E2E. Windows color (decimal): -10875795 or 7146586. OLE color: 7146586.

HSL color Cylindrical-coordinate representation of color #5A0C6D: hue angle of 288.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0C6D is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9012109-
CMYK0.170.8900.57
HSL288.25º80.17%23.73%-
HSV(B)288.25º88.99%42.75%-
XYZ7.113.5414.78-
YUV46.38163.34159.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=42.65%
G=5.69%
B=51.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90121090.170.8900.57288.2580.1723.73
Hex5AC6D11590391205018
Octal132141552113107144012030
Binary1011010110011011011000110110010111001100100000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,109); }

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

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

 a { background-color: rgb(90,12,109); }

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

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

 span { border-color: rgb(90,12,109); }

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