Html Css Color HEX #561570 Indigo

📋 copy color: '#561570'

red 86 ◦ green 21 ◦ blue 112

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

Shades of Indigo #561570

Tints of Indigo #561570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 39.27%
G = 9.59%
B = 51.14%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#561570 (or 0x561570) is known color: Indigo. HEX triplet: 56, 15 and 70. RGB value is (86,21,112). Sum of RGB (Red+Green+Blue) = 86+21+112=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #561570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561570 is #A9EA8F. Grayscale: #323232. Windows color (decimal): -11135632 or 7345494. OLE color: 7345494.

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

Color convert

RGB 86 21 112 -
CMYK 0.23 0.81 0 0.56
HSL 282.86º 0.68% 0.26% -
HSV(B) 282.86º 0.81% 0.44% -
XYZ 7.03 3.68 15.67 -
YUV 50.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 86 21 112 0.23 0.81 0 0.56 282.86 0.68 0.26
Hex 56 15 70 17 51 0 38 11B 44 1A
Octal 126 25 160 27 121 0 70 433 104 32
Binary 1010110 10101 1110000 10111 1010001 0 111000 100011011 1000100 11010

Color Harmonies of #561570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561570

Black with #561570

Text Example


Text Example

White with #561570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561570; }

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

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

background-color css

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

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

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

border-color css

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

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

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