Html Css Color HEX #561982 Indigo

📋 copy color: '#561982'

red 86 ◦ green 25 ◦ blue 130

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

Shades of Indigo #561982

Tints of Indigo #561982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 35.68%
G = 10.37%
B = 53.94%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561982 (or 0x561982) is known color: Indigo. HEX triplet: 56, 19 and 82. RGB value is (86,25,130). Sum of RGB (Red+Green+Blue) = 86+25+130=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #561982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561982 is #A9E67D. Grayscale: #363636. Windows color (decimal): -11134590 or 8526166. OLE color: 8526166.

HSL color Cylindrical-coordinate representation of color #561982: hue angle of 274.86º 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 #561982 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 25 130 -
CMYK 0.34 0.81 0 0.49
HSL 274.86º 0.68% 0.3% -
HSV(B) 274.86º 0.81% 0.51% -
XYZ 8.21 4.29 21.51 -
YUV 55.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 86 25 130 0.34 0.81 0 0.49 274.86 0.68 0.3
Hex 56 19 82 22 51 0 31 113 44 1E
Octal 126 31 202 42 121 0 61 423 104 36
Binary 1010110 11001 10000010 100010 1010001 0 110001 100010011 1000100 11110

Color Harmonies of #561982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561982

Black with #561982

Text Example


Text Example

White with #561982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561982; }

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

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

background-color css

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

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

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

border-color css

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

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

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