Html Css Color HEX #5A119D Indigo

📋 copy color: '#5A119D'

red 90 ◦ green 17 ◦ blue 157

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

Shades of Indigo #5A119D

Tints of Indigo #5A119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 34.09%
G = 6.44%
B = 59.47%

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

#5A119D (or 0x5A119D) is known color: Indigo. HEX triplet: 5A, 11 and 9D. RGB value is (90,17,157). Sum of RGB (Red+Green+Blue) = 90+17+157=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A119D is #A5EE62. Grayscale: #363636. Windows color (decimal): -10874467 or 10293594. OLE color: 10293594.

HSL color Cylindrical-coordinate representation of color #5A119D: hue angle of 271.29º degrees, saturation: 0.8, 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 #5A119D is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 17 157 -
CMYK 0.43 0.89 0 0.38
HSL 271.29º 0.8% 0.34% -
HSV(B) 271.29º 0.89% 0.62% -
XYZ 10.5 5.01 32.31 -
YUV 54.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 90 17 157 0.43 0.89 0 0.38 271.29 0.8 0.34
Hex 5A 11 9D 2B 59 0 26 10F 50 22
Octal 132 21 235 53 131 0 46 417 120 42
Binary 1011010 10001 10011101 101011 1011001 0 100110 100001111 1010000 100010

Color Harmonies of #5A119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A119D

Black with #5A119D

Text Example


Text Example

White with #5A119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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