Html Css Color HEX #561673 Indigo

📋 copy color: '#561673'

red 86 ◦ green 22 ◦ blue 115

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

Shades of Indigo #561673

Tints of Indigo #561673

RGB

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

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

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

R = 38.57%
G = 9.87%
B = 51.57%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561673 (or 0x561673) is known color: Indigo. HEX triplet: 56, 16 and 73. RGB value is (86,22,115). Sum of RGB (Red+Green+Blue) = 86+22+115=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #561673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561673 is #A9E98C. Grayscale: #333333. Windows color (decimal): -11135373 or 7542358. OLE color: 7542358.

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

Color convert

RGB 86 22 115 -
CMYK 0.25 0.81 0 0.55
HSL 281.29º 0.68% 0.27% -
HSV(B) 281.29º 0.81% 0.45% -
XYZ 7.22 3.79 16.57 -
YUV 51.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 86 22 115 0.25 0.81 0 0.55 281.29 0.68 0.27
Hex 56 16 73 19 51 0 37 119 44 1B
Octal 126 26 163 31 121 0 67 431 104 33
Binary 1010110 10110 1110011 11001 1010001 0 110111 100011001 1000100 11011

Color Harmonies of #561673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561673

Black with #561673

Text Example


Text Example

White with #561673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561673; }

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

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

background-color css

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

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

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

border-color css

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

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

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