Html Css Color HEX #561777 Indigo

📋 copy color: '#561777'

red 86 ◦ green 23 ◦ blue 119

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

Shades of Indigo #561777

Tints of Indigo #561777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 37.72%
G = 10.09%
B = 52.19%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561777 (or 0x561777) is known color: Indigo. HEX triplet: 56, 17 and 77. RGB value is (86,23,119). Sum of RGB (Red+Green+Blue) = 86+23+119=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #561777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561777 is #A9E888. Grayscale: #343434. Windows color (decimal): -11135113 or 7804758. OLE color: 7804758.

HSL color Cylindrical-coordinate representation of color #561777: hue angle of 279.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561777 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 23 119 -
CMYK 0.28 0.81 0 0.53
HSL 279.38º 0.68% 0.28% -
HSV(B) 279.38º 0.81% 0.47% -
XYZ 7.47 3.92 17.82 -
YUV 52.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 86 23 119 0.28 0.81 0 0.53 279.38 0.68 0.28
Hex 56 17 77 1C 51 0 35 117 44 1C
Octal 126 27 167 34 121 0 65 427 104 34
Binary 1010110 10111 1110111 11100 1010001 0 110101 100010111 1000100 11100

Color Harmonies of #561777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561777

Black with #561777

Text Example


Text Example

White with #561777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561777; }

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

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

background-color css

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

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

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

border-color css

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

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

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