#5A108A

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

Shades of Indigo #5A108A

Tints of Indigo #5A108A

Color information

#5A108A (or 0x5A108A) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 8A. RGB value is (90,16,138). Sum of RGB (Red+Green+Blue) = 90+16+138=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A108A is #A5EF75. Grayscale: #333333. Windows color (decimal): -10874742 or 9048154. OLE color: 9048154.

HSL color Cylindrical-coordinate representation of color #5A108A: hue angle of 276.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A108A is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9016138-
CMYK0.350.8800.46
HSL276.39º79.22%30.2%-
HSV(B)276.39º88.41%54.12%-
XYZ8.994.3824.42-
YUV52.03176.52155.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=36.89%
G=6.56%
B=56.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90161380.350.8800.46276.3979.2230.2
Hex5A108A235802E1144f1e
Octal132202124313005642411736
Binary1011010100001000101010001110110000101110100010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,138); }

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

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

 a { background-color: rgb(90,16,138); }

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

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

 span { border-color: rgb(90,16,138); }

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