#5A039E

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

Shades of Indigo #5A039E

Tints of Indigo #5A039E

Color information

#5A039E (or 0x5A039E) is unknown color: approx Indigo. HEX triplet: 5A, 03 and 9E. RGB value is (90,3,158). Sum of RGB (Red+Green+Blue) = 90+3+158=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A039E is #A5FC61. Grayscale: #2E2E2E. Windows color (decimal): -10878050 or 10355546. OLE color: 10355546.

HSL color Cylindrical-coordinate representation of color #5A039E: hue angle of 273.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A039E is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB903158-
CMYK0.430.9800.38
HSL273.68º96.27%31.57%-
HSV(B)273.68º98.1%61.96%-
XYZ10.424.7132.71-
YUV46.68190.82158.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=35.86%
G=1.20%
B=62.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9031580.430.9800.38273.6896.2731.57
Hex5A39E2B620261126020
Octal13232365314204642214040
Binary10110101110011110101011110001001001101000100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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