#5A0792

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

Shades of Indigo #5A0792

Tints of Indigo #5A0792

Color information

#5A0792 (or 0x5A0792) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 92. RGB value is (90,7,146). Sum of RGB (Red+Green+Blue) = 90+7+146=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A0792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0792 is #A5F86D. Grayscale: #2F2F2F. Windows color (decimal): -10877038 or 9570138. OLE color: 9570138.

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

Color convert

RGB907146-
CMYK0.380.9500.43
HSL275.83º90.85%30%-
HSV(B)275.83º95.21%57.25%-
XYZ9.484.427.54-
YUV47.66183.5158.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=37.04%
G=2.88%
B=60.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9071460.380.9500.43275.8390.8530
Hex5A792265F02B1145b1e
Octal13272224613705342413336
Binary10110101111001001010011010111110101011100010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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