#5A037F

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

Shades of Indigo #5A037F

Tints of Indigo #5A037F

Color information

#5A037F (or 0x5A037F) is unknown color: approx Indigo. HEX triplet: 5A, 03 and 7F. RGB value is (90,3,127). Sum of RGB (Red+Green+Blue) = 90+3+127=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A037F is #A5FC80. Grayscale: #2A2A2A. Windows color (decimal): -10878081 or 8323930. OLE color: 8323930.

HSL color Cylindrical-coordinate representation of color #5A037F: hue angle of 282.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A037F is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB903127-
CMYK0.290.9800.50
HSL282.1º95.38%25.49%-
HSV(B)282.1º97.64%49.8%-
XYZ8.083.7720.38-
YUV43.15175.32161.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 127 (50% from 255) = 57.73%
R=40.91%
G=1.36%
B=57.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9031270.290.9800.50282.195.3825.49
Hex5A37F1D6203211a5f19
Octal13231773514206243213731
Binary10110101111111111110111000100110010100011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,127); }

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

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

 a { background-color: rgb(90,3,127); }

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

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

 span { border-color: rgb(90,3,127); }

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