Html Css Color HEX #561979 Indigo

📋 copy color: '#561979'

red 86 ◦ green 25 ◦ blue 121

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

Shades of Indigo #561979

Tints of Indigo #561979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 37.07%
G = 10.78%
B = 52.16%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561979 (or 0x561979) is known color: Indigo. HEX triplet: 56, 19 and 79. RGB value is (86,25,121). Sum of RGB (Red+Green+Blue) = 86+25+121=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #561979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561979 is #A9E686. Grayscale: #353535. Windows color (decimal): -11134599 or 7936342. OLE color: 7936342.

HSL color Cylindrical-coordinate representation of color #561979: hue angle of 278.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561979 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 25 121 -
CMYK 0.29 0.79 0 0.53
HSL 278.13º 0.66% 0.29% -
HSV(B) 278.13º 0.79% 0.47% -
XYZ 7.64 4.05 18.47 -
YUV 54.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 86 25 121 0.29 0.79 0 0.53 278.13 0.66 0.29
Hex 56 19 79 1D 4F 0 35 116 42 1D
Octal 126 31 171 35 117 0 65 426 102 35
Binary 1010110 11001 1111001 11101 1001111 0 110101 100010110 1000010 11101

Color Harmonies of #561979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561979

Black with #561979

Text Example


Text Example

White with #561979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561979; }

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

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

background-color css

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

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

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

border-color css

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

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

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