#5A139E

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

Shades of Indigo #5A139E

Tints of Indigo #5A139E

Color information

#5A139E (or 0x5A139E) is unknown color: approx Indigo. HEX triplet: 5A, 13 and 9E. RGB value is (90,19,158). Sum of RGB (Red+Green+Blue) = 90+19+158=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A139E is #A5EC61. Grayscale: #373737. Windows color (decimal): -10873954 or 10359642. OLE color: 10359642.

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

Color convert

RGB9019158-
CMYK0.430.8800.38
HSL270.65º78.53%34.71%-
HSV(B)270.65º87.97%61.96%-
XYZ10.625.1132.77-
YUV56.08185.52152.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=33.71%
G=7.12%
B=59.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90191580.430.8800.38270.6578.5334.71
Hex5A139E2B5802610f4f23
Octal132232365313004641711743
Binary10110101001110011110101011101100001001101000011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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