Html Css Color HEX #561981 Indigo

📋 copy color: '#561981'

red 86 ◦ green 25 ◦ blue 129

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

Shades of Indigo #561981

Tints of Indigo #561981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 35.83%
G = 10.42%
B = 53.75%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561981 (or 0x561981) is known color: Indigo. HEX triplet: 56, 19 and 81. RGB value is (86,25,129). Sum of RGB (Red+Green+Blue) = 86+25+129=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #561981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561981 is #A9E67E. Grayscale: #363636. Windows color (decimal): -11134591 or 8460630. OLE color: 8460630.

HSL color Cylindrical-coordinate representation of color #561981: hue angle of 275.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561981 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 25 129 -
CMYK 0.33 0.81 0 0.49
HSL 275.19º 0.68% 0.3% -
HSV(B) 275.19º 0.81% 0.51% -
XYZ 8.15 4.26 21.16 -
YUV 55.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 86 25 129 0.33 0.81 0 0.49 275.19 0.68 0.3
Hex 56 19 81 21 51 0 31 113 44 1E
Octal 126 31 201 41 121 0 61 423 104 36
Binary 1010110 11001 10000001 100001 1010001 0 110001 100010011 1000100 11110

Color Harmonies of #561981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561981

Black with #561981

Text Example


Text Example

White with #561981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561981; }

 p { color: rgb(86,25,129); }

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

background-color css

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

 a { background-color: rgb(86,25,129); }

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

border-color css

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

 span { border-color: rgb(86,25,129); }

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