Html Css Color HEX #561189 Indigo

📋 copy color: '#561189'

red 86 ◦ green 17 ◦ blue 137

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

Shades of Indigo #561189

Tints of Indigo #561189

RGB

 RED value IS 86 (33.98% from 255) = 35.83%

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

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 35.83%
G = 7.08%
B = 57.08%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#561189 (or 0x561189) is known color: Indigo. HEX triplet: 56, 11 and 89. RGB value is (86,17,137). Sum of RGB (Red+Green+Blue) = 86+17+137=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #561189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561189 is #A9EE76. Grayscale: #323232. Windows color (decimal): -11136631 or 8982870. OLE color: 8982870.

HSL color Cylindrical-coordinate representation of color #561189: hue angle of 274.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561189 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 17 137 -
CMYK 0.37 0.88 0 0.46
HSL 274.5º 0.78% 0.3% -
HSV(B) 274.5º 0.88% 0.54% -
XYZ 8.55 4.19 24.02 -
YUV 51.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 86 17 137 0.37 0.88 0 0.46 274.5 0.78 0.3
Hex 56 11 89 25 58 0 2E 112 4E 1E
Octal 126 21 211 45 130 0 56 422 116 36
Binary 1010110 10001 10001001 100101 1011000 0 101110 100010010 1001110 11110

Color Harmonies of #561189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561189

Black with #561189

Text Example


Text Example

White with #561189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561189; }

 p { color: rgb(86,17,137); }

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

background-color css

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

 a { background-color: rgb(86,17,137); }

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

border-color css

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

 span { border-color: rgb(86,17,137); }

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