#5A0E8B

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

Shades of Indigo #5A0E8B

Tints of Indigo #5A0E8B

Color information

#5A0E8B (or 0x5A0E8B) is unknown color: approx Indigo. HEX triplet: 5A, 0E and 8B. RGB value is (90,14,139). Sum of RGB (Red+Green+Blue) = 90+14+139=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A0E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0E8B is #A5F174. Grayscale: #323232. Windows color (decimal): -10875253 or 9113178. OLE color: 9113178.

HSL color Cylindrical-coordinate representation of color #5A0E8B: hue angle of 276.48º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0E8B is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9014139-
CMYK0.350.9000.45
HSL276.48º81.7%30%-
HSV(B)276.48º89.93%54.51%-
XYZ9.034.3524.79-
YUV50.97177.68155.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=37.04%
G=5.76%
B=57.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90141390.350.9000.45276.4881.730
Hex5AE8B235A02D114521e
Octal132162134313205542412236
Binary101101011101000101110001110110100101101100010100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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