#5A1992

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

Shades of Indigo #5A1992

Tints of Indigo #5A1992

Color information

#5A1992 (or 0x5A1992) is unknown color: approx Indigo. HEX triplet: 5A, 19 and 92. RGB value is (90,25,146). Sum of RGB (Red+Green+Blue) = 90+25+146=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A1992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1992 is #A5E66D. Grayscale: #393939. Windows color (decimal): -10872430 or 9574746. OLE color: 9574746.

HSL color Cylindrical-coordinate representation of color #5A1992: hue angle of 272.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1992 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9025146-
CMYK0.380.8300.43
HSL272.23º70.76%33.53%-
HSV(B)272.23º82.88%57.25%-
XYZ9.754.9427.63-
YUV58.23177.53150.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=34.48%
G=9.58%
B=55.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90251460.380.8300.43272.2370.7633.53
Hex5A1992265302B1104722
Octal132312224612305342010742
Binary10110101100110010010100110101001101010111000100001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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