#5A0069

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

Shades of Indigo #5A0069

Tints of Indigo #5A0069

Color information

#5A0069 (or 0x5A0069) is unknown color: approx Indigo. HEX triplet: 5A, 00 and 69. RGB value is (90,0,105). Sum of RGB (Red+Green+Blue) = 90+0+105=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A0069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0069 is #A5FF96. Grayscale: #262626. Windows color (decimal): -10878871 or 6881370. OLE color: 6881370.

HSL color Cylindrical-coordinate representation of color #5A0069: hue angle of 291.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0069 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB900105-
CMYK0.14100.59
HSL291.43º100%20.59%-
HSV(B)291.43º100%41.18%-
XYZ6.773.1913.62-
YUV38.88165.32164.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=46.15%
G=0%
B=53.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9001050.14100.59291.4310020.59
Hex5A069E6403B1236415
Octal13201511614407344314425
Binary101101001101001111011001000111011100100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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