Html Css Color HEX #561A82 Indigo

📋 copy color: '#561A82'

red 86 ◦ green 26 ◦ blue 130

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

Shades of Indigo #561A82

Tints of Indigo #561A82

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 35.54%
G = 10.74%
B = 53.72%

CMYK

 C value IS 0.34

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561A82 (or 0x561A82) is known color: Indigo. HEX triplet: 56, 1A and 82. RGB value is (86,26,130). Sum of RGB (Red+Green+Blue) = 86+26+130=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #561A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A82 is #A9E57D. Grayscale: #373737. Windows color (decimal): -11134334 or 8526422. OLE color: 8526422.

HSL color Cylindrical-coordinate representation of color #561A82: hue angle of 274.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561A82 is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 26 130 -
CMYK 0.34 0.8 0 0.49
HSL 274.62º 0.67% 0.31% -
HSV(B) 274.62º 0.8% 0.51% -
XYZ 8.24 4.33 21.52 -
YUV 55.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 86 26 130 0.34 0.8 0 0.49 274.62 0.67 0.31
Hex 56 1A 82 22 50 0 31 113 43 1F
Octal 126 32 202 42 120 0 61 423 103 37
Binary 1010110 11010 10000010 100010 1010000 0 110001 100010011 1000011 11111

Color Harmonies of #561A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A82

Black with #561A82

Text Example


Text Example

White with #561A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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