#5A0EA3

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

Shades of Indigo #5A0EA3

Tints of Indigo #5A0EA3

Color information

#5A0EA3 (or 0x5A0EA3) is unknown color: approx Indigo. HEX triplet: 5A, 0E and A3. RGB value is (90,14,163). Sum of RGB (Red+Green+Blue) = 90+14+163=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #5A0EA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0EA3 is #A5F15C. Grayscale: #353535. Windows color (decimal): -10875229 or 10686042. OLE color: 10686042.

HSL color Cylindrical-coordinate representation of color #5A0EA3: hue angle of 270.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0EA3 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9014163-
CMYK0.450.9100.36
HSL270.6º84.18%34.71%-
HSV(B)270.6º91.41%63.92%-
XYZ10.985.1335.06-
YUV53.71189.68153.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 163 (64.06% from 255) = 61.05%
R=33.71%
G=5.24%
B=61.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90141630.450.9100.36270.684.1834.71
Hex5AEA32D5B02410f5423
Octal132162435513304441712443
Binary1011010111010100011101101101101101001001000011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,163); }

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

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

 a { background-color: rgb(90,14,163); }

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

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

 span { border-color: rgb(90,14,163); }

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