Html Css Color HEX #5A119E Indigo

📋 copy color: '#5A119E'

red 90 ◦ green 17 ◦ blue 158

#5A119E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5A119E

Tints of Indigo #5A119E

RGB

 RED value IS 90 (35.55% from 255) = 33.96%

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 33.96%
G = 6.42%
B = 59.62%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A119E (or 0x5A119E) is known color: Indigo. HEX triplet: 5A, 11 and 9E. RGB value is (90,17,158). Sum of RGB (Red+Green+Blue) = 90+17+158=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A119E is #A5EE61. Grayscale: #363636. Windows color (decimal): -10874466 or 10359130. OLE color: 10359130.

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

Color convert

RGB 90 17 158 -
CMYK 0.43 0.89 0 0.38
HSL 271.06º 0.81% 0.34% -
HSV(B) 271.06º 0.89% 0.62% -
XYZ 10.59 5.04 32.76 -
YUV 54.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 90 17 158 0.43 0.89 0 0.38 271.06 0.81 0.34
Hex 5A 11 9E 2B 59 0 26 10F 51 22
Octal 132 21 236 53 131 0 46 417 121 42
Binary 1011010 10001 10011110 101011 1011001 0 100110 100001111 1010001 100010

Color Harmonies of #5A119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A119E

Black with #5A119E

Text Example


Text Example

White with #5A119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,158); }

 H1.HeaderClassName
 {
   color: #5A119E;
 }
 .AnyTagClassName
 {
   color: #5A119E;
 }
</style>

background-color css

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

 a { background-color: rgb(90,17,158); }

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

border-color css

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

 span { border-color: rgb(90,17,158); }

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