#5a0b6f

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

Shades of Indigo #5A0B6F

Tints of Indigo #5A0B6F

Color information

#5A0B6F (or 0x5A0B6F) is unknown color: approx Indigo. HEX triplet: 5A, 0B and 6F. RGB value is (90,11,111). Sum of RGB (Red+Green+Blue) = 90+11+111=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A0B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B6F is #A5F490. Grayscale: #2D2D2D. Windows color (decimal): -10876049 or 7277402. OLE color: 7277402.

HSL color Cylindrical-coordinate representation of color #5A0B6F: hue angle of 287.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0B6F is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9011111-
CMYK0.190.9000.56
HSL287.4º81.97%23.92%-
HSV(B)287.4º90.09%43.53%-
XYZ7.213.5615.35-
YUV46.02164.67159.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=42.45%
G=5.19%
B=52.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90111110.190.9000.56287.481.9723.92
Hex5AB6F135A03811f5218
Octal132131572313207043712230
Binary1011010101111011111001110110100111000100011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a0b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,11,111); }

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

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

 a { background-color: rgb(90,11,111); }

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

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

 span { border-color: rgb(90,11,111); }

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