Html Css Color HEX #561980 Indigo

📋 copy color: '#561980'

red 86 ◦ green 25 ◦ blue 128

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

Shades of Indigo #561980

Tints of Indigo #561980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 35.98%
G = 10.46%
B = 53.56%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#561980 (or 0x561980) is known color: Indigo. HEX triplet: 56, 19 and 80. RGB value is (86,25,128). Sum of RGB (Red+Green+Blue) = 86+25+128=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #561980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561980 is #A9E67F. Grayscale: #363636. Windows color (decimal): -11134592 or 8395094. OLE color: 8395094.

HSL color Cylindrical-coordinate representation of color #561980: hue angle of 275.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561980 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 25 128 -
CMYK 0.33 0.80 0 0.50
HSL 275.53º 0.67% 0.3% -
HSV(B) 275.53º 0.8% 0.5% -
XYZ 8.08 4.23 20.81 -
YUV 54.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 86 25 128 0.33 0.80 0 0.50 275.53 0.67 0.3
Hex 56 19 80 21 50 0 32 114 43 1E
Octal 126 31 200 41 120 0 62 424 103 36
Binary 1010110 11001 10000000 100001 1010000 0 110010 100010100 1000011 11110

Color Harmonies of #561980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561980

Black with #561980

Text Example


Text Example

White with #561980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561980; }

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

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

background-color css

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

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

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

border-color css

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

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

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