#5A199C

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

Shades of Indigo #5A199C

Tints of Indigo #5A199C

Color information

#5A199C (or 0x5A199C) is unknown color: approx Indigo. HEX triplet: 5A, 19 and 9C. RGB value is (90,25,156). Sum of RGB (Red+Green+Blue) = 90+25+156=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A199C is #A5E663. Grayscale: #3A3A3A. Windows color (decimal): -10872420 or 10230106. OLE color: 10230106.

HSL color Cylindrical-coordinate representation of color #5A199C: hue angle of 269.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A199C is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9025156-
CMYK0.420.8400.39
HSL269.77º72.38%35.49%-
HSV(B)269.77º83.97%61.18%-
XYZ10.565.2731.91-
YUV59.37182.53149.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=33.21%
G=9.23%
B=57.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90251560.420.8400.39269.7772.3835.49
Hex5A199C2A5402710e4823
Octal132312345212404741611043
Binary10110101100110011100101010101010001001111000011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,156); }

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

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

 a { background-color: rgb(90,25,156); }

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

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

 span { border-color: rgb(90,25,156); }

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