Html Css Color HEX #561676 Indigo

📋 copy color: '#561676'

red 86 ◦ green 22 ◦ blue 118

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

Shades of Indigo #561676

Tints of Indigo #561676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 38.05%
G = 9.73%
B = 52.21%

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

#561676 (or 0x561676) is known color: Indigo. HEX triplet: 56, 16 and 76. RGB value is (86,22,118). Sum of RGB (Red+Green+Blue) = 86+22+118=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #561676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561676 is #A9E989. Grayscale: #333333. Windows color (decimal): -11135370 or 7738966. OLE color: 7738966.

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

Color convert

RGB 86 22 118 -
CMYK 0.27 0.81 0 0.54
HSL 280º 0.69% 0.27% -
HSV(B) 280º 0.81% 0.46% -
XYZ 7.39 3.86 17.49 -
YUV 52.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 86 22 118 0.27 0.81 0 0.54 280 0.69 0.27
Hex 56 16 76 1B 51 0 36 118 45 1B
Octal 126 26 166 33 121 0 66 430 105 33
Binary 1010110 10110 1110110 11011 1010001 0 110110 100011000 1000101 11011

Color Harmonies of #561676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561676

Black with #561676

Text Example


Text Example

White with #561676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561676; }

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

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

background-color css

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

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

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

border-color css

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

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

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