Html Css Color HEX #561199 Indigo

📋 copy color: '#561199'

red 86 ◦ green 17 ◦ blue 153

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

Shades of Indigo #561199

Tints of Indigo #561199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 33.59%
G = 6.64%
B = 59.77%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561199 (or 0x561199) is known color: Indigo. HEX triplet: 56, 11 and 99. RGB value is (86,17,153). Sum of RGB (Red+Green+Blue) = 86+17+153=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #561199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561199 is #A9EE66. Grayscale: #343434. Windows color (decimal): -11136615 or 10031446. OLE color: 10031446.

HSL color Cylindrical-coordinate representation of color #561199: hue angle of 270.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561199 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 17 153 -
CMYK 0.44 0.89 0 0.4
HSL 270.44º 0.8% 0.33% -
HSV(B) 270.44º 0.89% 0.6% -
XYZ 9.79 4.68 30.52 -
YUV 53.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 86 17 153 0.44 0.89 0 0.4 270.44 0.8 0.33
Hex 56 11 99 2C 59 0 28 10E 50 21
Octal 126 21 231 54 131 0 50 416 120 41
Binary 1010110 10001 10011001 101100 1011001 0 101000 100001110 1010000 100001

Color Harmonies of #561199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561199

Black with #561199

Text Example


Text Example

White with #561199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561199; }

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

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

background-color css

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

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

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

border-color css

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

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

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