Html Css Color HEX #561986 Indigo

📋 copy color: '#561986'

red 86 ◦ green 25 ◦ blue 134

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

Shades of Indigo #561986

Tints of Indigo #561986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.69%

R = 35.1%
G = 10.2%
B = 54.69%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#561986 (or 0x561986) is known color: Indigo. HEX triplet: 56, 19 and 86. RGB value is (86,25,134). Sum of RGB (Red+Green+Blue) = 86+25+134=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #561986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561986 is #A9E679. Grayscale: #373737. Windows color (decimal): -11134586 or 8788310. OLE color: 8788310.

HSL color Cylindrical-coordinate representation of color #561986: hue angle of 273.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561986 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 25 134 -
CMYK 0.36 0.81 0 0.47
HSL 273.58º 0.69% 0.31% -
HSV(B) 273.58º 0.81% 0.53% -
XYZ 8.49 4.39 22.96 -
YUV 55.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 86 25 134 0.36 0.81 0 0.47 273.58 0.69 0.31
Hex 56 19 86 24 51 0 2F 112 45 1F
Octal 126 31 206 44 121 0 57 422 105 37
Binary 1010110 11001 10000110 100100 1010001 0 101111 100010010 1000101 11111

Color Harmonies of #561986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561986

Black with #561986

Text Example


Text Example

White with #561986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561986; }

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

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

background-color css

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

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

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

border-color css

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

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

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