#5A0094

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

Shades of Indigo #5A0094

Tints of Indigo #5A0094

Color information

#5A0094 (or 0x5A0094) is unknown color: approx Indigo. HEX triplet: 5A, 00 and 94. RGB value is (90,0,148). Sum of RGB (Red+Green+Blue) = 90+0+148=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0094 is #A5FF6B. Grayscale: #2B2B2B. Windows color (decimal): -10878828 or 9699418. OLE color: 9699418.

HSL color Cylindrical-coordinate representation of color #5A0094: hue angle of 276.49º 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 #5A0094 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB900148-
CMYK0.39100.42
HSL276.49º100%29.02%-
HSV(B)276.49º100%58.04%-
XYZ9.564.3128.35-
YUV43.78186.82160.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=37.82%
G=0%
B=62.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9001480.39100.42276.4910029.02
Hex5A094276402A114641d
Octal13202244714405242414435
Binary101101001001010010011111001000101010100010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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