Html Css Color HEX #5A1188 Indigo

📋 copy color: '#5A1188'

red 90 ◦ green 17 ◦ blue 136

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

Shades of Indigo #5A1188

Tints of Indigo #5A1188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.97%

R = 37.04%
G = 7%
B = 55.97%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A1188 (or 0x5A1188) is known color: Indigo. HEX triplet: 5A, 11 and 88. RGB value is (90,17,136). Sum of RGB (Red+Green+Blue) = 90+17+136=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A1188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1188 is #A5EE77. Grayscale: #333333. Windows color (decimal): -10874488 or 8917338. OLE color: 8917338.

HSL color Cylindrical-coordinate representation of color #5A1188: hue angle of 276.81º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1188 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 17 136 -
CMYK 0.34 0.87 0 0.47
HSL 276.81º 0.78% 0.3% -
HSV(B) 276.81º 0.88% 0.53% -
XYZ 8.86 4.35 23.67 -
YUV 52.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 90 17 136 0.34 0.87 0 0.47 276.81 0.78 0.3
Hex 5A 11 88 22 57 0 2F 115 4E 1E
Octal 132 21 210 42 127 0 57 425 116 36
Binary 1011010 10001 10001000 100010 1010111 0 101111 100010101 1001110 11110

Color Harmonies of #5A1188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1188

Black with #5A1188

Text Example


Text Example

White with #5A1188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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