#5A0095

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

Shades of Indigo #5A0095

Tints of Indigo #5A0095

Color information

#5A0095 (or 0x5A0095) is unknown color: approx Indigo. HEX triplet: 5A, 00 and 95. RGB value is (90,0,149). Sum of RGB (Red+Green+Blue) = 90+0+149=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0095 is #A5FF6A. Grayscale: #2B2B2B. Windows color (decimal): -10878827 or 9764954. OLE color: 9764954.

HSL color Cylindrical-coordinate representation of color #5A0095: hue angle of 276.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0095 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB900149-
CMYK0.40100.42
HSL276.24º100%29.22%-
HSV(B)276.24º100%58.43%-
XYZ9.644.3428.76-
YUV43.9187.32160.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=37.66%
G=0%
B=62.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9001490.40100.42276.2410029.22
Hex5A095286402A114641d
Octal13202255014405242414435
Binary101101001001010110100011001000101010100010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,0,149); }

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

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

 a { background-color: rgb(90,0,149); }

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

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

 span { border-color: rgb(90,0,149); }

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