Html Css Color HEX #561190 Indigo

📋 copy color: '#561190'

red 86 ◦ green 17 ◦ blue 144

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

Shades of Indigo #561190

Tints of Indigo #561190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 34.82%
G = 6.88%
B = 58.3%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#561190 (or 0x561190) is known color: Indigo. HEX triplet: 56, 11 and 90. RGB value is (86,17,144). Sum of RGB (Red+Green+Blue) = 86+17+144=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #561190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561190 is #A9EE6F. Grayscale: #333333. Windows color (decimal): -11136624 or 9441622. OLE color: 9441622.

HSL color Cylindrical-coordinate representation of color #561190: hue angle of 272.6º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561190 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 17 144 -
CMYK 0.40 0.88 0 0.44
HSL 272.6º 0.79% 0.32% -
HSV(B) 272.6º 0.88% 0.56% -
XYZ 9.07 4.39 26.76 -
YUV 52.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 86 17 144 0.40 0.88 0 0.44 272.6 0.79 0.32
Hex 56 11 90 28 58 0 2C 111 4F 20
Octal 126 21 220 50 130 0 54 421 117 40
Binary 1010110 10001 10010000 101000 1011000 0 101100 100010001 1001111 100000

Color Harmonies of #561190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561190

Black with #561190

Text Example


Text Example

White with #561190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561190; }

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

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

background-color css

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

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

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

border-color css

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

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

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