#5A1998

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

Shades of Indigo #5A1998

Tints of Indigo #5A1998

Color information

#5A1998 (or 0x5A1998) is unknown color: approx Indigo. HEX triplet: 5A, 19 and 98. RGB value is (90,25,152). Sum of RGB (Red+Green+Blue) = 90+25+152=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1998 is #A5E667. Grayscale: #3A3A3A. Windows color (decimal): -10872424 or 9967962. OLE color: 9967962.

HSL color Cylindrical-coordinate representation of color #5A1998: hue angle of 270.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1998 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9025152-
CMYK0.410.8400.40
HSL270.71º71.75%34.71%-
HSV(B)270.71º83.55%59.61%-
XYZ10.235.1430.16-
YUV58.91180.53150.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=33.71%
G=9.36%
B=56.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90251520.410.8400.40270.7171.7534.71
Hex5A1998295402810f4823
Octal132312305112405041711043
Binary10110101100110011000101001101010001010001000011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,152); }

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

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

 a { background-color: rgb(90,25,152); }

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

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

 span { border-color: rgb(90,25,152); }

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