Html Css Color HEX #561776 Indigo

📋 copy color: '#561776'

red 86 ◦ green 23 ◦ blue 118

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

Shades of Indigo #561776

Tints of Indigo #561776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 37.89%
G = 10.13%
B = 51.98%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561776 (or 0x561776) is known color: Indigo. HEX triplet: 56, 17 and 76. RGB value is (86,23,118). Sum of RGB (Red+Green+Blue) = 86+23+118=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #561776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561776 is #A9E889. Grayscale: #343434. Windows color (decimal): -11135114 or 7739222. OLE color: 7739222.

HSL color Cylindrical-coordinate representation of color #561776: hue angle of 279.79º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561776 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 23 118 -
CMYK 0.27 0.81 0 0.54
HSL 279.79º 0.67% 0.28% -
HSV(B) 279.79º 0.81% 0.46% -
XYZ 7.41 3.9 17.5 -
YUV 52.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 86 23 118 0.27 0.81 0 0.54 279.79 0.67 0.28
Hex 56 17 76 1B 51 0 36 118 43 1C
Octal 126 27 166 33 121 0 66 430 103 34
Binary 1010110 10111 1110110 11011 1010001 0 110110 100011000 1000011 11100

Color Harmonies of #561776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561776

Black with #561776

Text Example


Text Example

White with #561776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561776; }

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

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

background-color css

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

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

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

border-color css

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

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

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