Html Css Color HEX #561579 Indigo

📋 copy color: '#561579'

red 86 ◦ green 21 ◦ blue 121

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

Shades of Indigo #561579

Tints of Indigo #561579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 37.72%
G = 9.21%
B = 53.07%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561579 (or 0x561579) is known color: Indigo. HEX triplet: 56, 15 and 79. RGB value is (86,21,121). Sum of RGB (Red+Green+Blue) = 86+21+121=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #561579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561579 is #A9EA86. Grayscale: #333333. Windows color (decimal): -11135623 or 7935318. OLE color: 7935318.

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

Color convert

RGB 86 21 121 -
CMYK 0.29 0.83 0 0.53
HSL 279º 0.7% 0.28% -
HSV(B) 279º 0.83% 0.47% -
XYZ 7.56 3.9 18.44 -
YUV 51.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 86 21 121 0.29 0.83 0 0.53 279 0.7 0.28
Hex 56 15 79 1D 53 0 35 117 46 1C
Octal 126 25 171 35 123 0 65 427 106 34
Binary 1010110 10101 1111001 11101 1010011 0 110101 100010111 1000110 11100

Color Harmonies of #561579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561579

Black with #561579

Text Example


Text Example

White with #561579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561579; }

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

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

background-color css

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

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

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

border-color css

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

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

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