Html Css Color HEX #561773 Indigo

📋 copy color: '#561773'

red 86 ◦ green 23 ◦ blue 115

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

Shades of Indigo #561773

Tints of Indigo #561773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 38.39%
G = 10.27%
B = 51.34%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561773 (or 0x561773) is known color: Indigo. HEX triplet: 56, 17 and 73. RGB value is (86,23,115). Sum of RGB (Red+Green+Blue) = 86+23+115=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #561773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561773 is #A9E88C. Grayscale: #343434. Windows color (decimal): -11135117 or 7542614. OLE color: 7542614.

HSL color Cylindrical-coordinate representation of color #561773: hue angle of 281.09º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561773 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 23 115 -
CMYK 0.25 0.80 0 0.55
HSL 281.09º 0.67% 0.27% -
HSV(B) 281.09º 0.8% 0.45% -
XYZ 7.24 3.83 16.58 -
YUV 52.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 86 23 115 0.25 0.80 0 0.55 281.09 0.67 0.27
Hex 56 17 73 19 50 0 37 119 43 1B
Octal 126 27 163 31 120 0 67 431 103 33
Binary 1010110 10111 1110011 11001 1010000 0 110111 100011001 1000011 11011

Color Harmonies of #561773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561773

Black with #561773

Text Example


Text Example

White with #561773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561773; }

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

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

background-color css

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

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

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

border-color css

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

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

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