#5A098B

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

Shades of Indigo #5A098B

Tints of Indigo #5A098B

Color information

#5A098B (or 0x5A098B) is unknown color: approx Indigo. HEX triplet: 5A, 09 and 8B. RGB value is (90,9,139). Sum of RGB (Red+Green+Blue) = 90+9+139=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A098B is #A5F674. Grayscale: #2F2F2F. Windows color (decimal): -10876533 or 9111898. OLE color: 9111898.

HSL color Cylindrical-coordinate representation of color #5A098B: hue angle of 277.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A098B is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB909139-
CMYK0.350.9400.45
HSL277.38º87.84%29.02%-
HSV(B)277.38º93.53%54.51%-
XYZ8.974.2324.77-
YUV48.04179.34157.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=37.82%
G=3.78%
B=58.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9091390.350.9400.45277.3887.8429.02
Hex5A98B235E02D115581d
Octal132112134313605542513035
Binary101101010011000101110001110111100101101100010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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