#5A0E9B

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

Shades of Indigo #5A0E9B

Tints of Indigo #5A0E9B

Color information

#5A0E9B (or 0x5A0E9B) is unknown color: approx Indigo. HEX triplet: 5A, 0E and 9B. RGB value is (90,14,155). Sum of RGB (Red+Green+Blue) = 90+14+155=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A0E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0E9B is #A5F164. Grayscale: #343434. Windows color (decimal): -10875237 or 10161754. OLE color: 10161754.

HSL color Cylindrical-coordinate representation of color #5A0E9B: hue angle of 272.34º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0E9B is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9014155-
CMYK0.420.9100.39
HSL272.34º83.43%33.14%-
HSV(B)272.34º90.97%60.78%-
XYZ10.294.8531.4-
YUV52.8185.68154.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.75%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=34.75%
G=5.41%
B=59.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90141550.420.9100.39272.3483.4333.14
Hex5AE9B2A5B0271105321
Octal132162335213304742012341
Binary1011010111010011011101010101101101001111000100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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