Html Css Color HEX #561770 Indigo

📋 copy color: '#561770'

red 86 ◦ green 23 ◦ blue 112

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

Shades of Indigo #561770

Tints of Indigo #561770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 38.91%
G = 10.41%
B = 50.68%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#561770 (or 0x561770) is known color: Indigo. HEX triplet: 56, 17 and 70. RGB value is (86,23,112). Sum of RGB (Red+Green+Blue) = 86+23+112=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #561770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561770 is #A9E88F. Grayscale: #333333. Windows color (decimal): -11135120 or 7346006. OLE color: 7346006.

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

Color convert

RGB 86 23 112 -
CMYK 0.23 0.79 0 0.56
HSL 282.47º 0.66% 0.26% -
HSV(B) 282.47º 0.79% 0.44% -
XYZ 7.07 3.76 15.68 -
YUV 51.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 86 23 112 0.23 0.79 0 0.56 282.47 0.66 0.26
Hex 56 17 70 17 4F 0 38 11A 42 1A
Octal 126 27 160 27 117 0 70 432 102 32
Binary 1010110 10111 1110000 10111 1001111 0 111000 100011010 1000010 11010

Color Harmonies of #561770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561770

Black with #561770

Text Example


Text Example

White with #561770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561770; }

 p { color: rgb(86,23,112); }

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

background-color css

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

 a { background-color: rgb(86,23,112); }

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

border-color css

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

 span { border-color: rgb(86,23,112); }

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