#5A189D

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

Shades of Indigo #5A189D

Tints of Indigo #5A189D

Color information

#5A189D (or 0x5A189D) is unknown color: approx Indigo. HEX triplet: 5A, 18 and 9D. RGB value is (90,24,157). Sum of RGB (Red+Green+Blue) = 90+24+157=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A189D is #A5E762. Grayscale: #3A3A3A. Windows color (decimal): -10872675 or 10295386. OLE color: 10295386.

HSL color Cylindrical-coordinate representation of color #5A189D: hue angle of 269.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A189D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9024157-
CMYK0.430.8500.38
HSL269.77º73.48%35.49%-
HSV(B)269.77º84.71%61.57%-
XYZ10.635.2632.35-
YUV58.9183.37150.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=33.21%
G=8.86%
B=57.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90241570.430.8500.38269.7773.4835.49
Hex5A189D2B5502610e4923
Octal132302355312504641611143
Binary10110101100010011101101011101010101001101000011101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,157); }

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

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

 a { background-color: rgb(90,24,157); }

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

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

 span { border-color: rgb(90,24,157); }

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