Html Css Color HEX #561279 Indigo

📋 copy color: '#561279'

red 86 ◦ green 18 ◦ blue 121

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

Shades of Indigo #561279

Tints of Indigo #561279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 38.22%
G = 8%
B = 53.78%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561279 (or 0x561279) is known color: Indigo. HEX triplet: 56, 12 and 79. RGB value is (86,18,121). Sum of RGB (Red+Green+Blue) = 86+18+121=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #561279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561279 is #A9ED86. Grayscale: #313131. Windows color (decimal): -11136391 or 7934550. OLE color: 7934550.

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

Color convert

RGB 86 18 121 -
CMYK 0.29 0.85 0 0.53
HSL 279.61º 0.74% 0.27% -
HSV(B) 279.61º 0.85% 0.47% -
XYZ 7.51 3.79 18.43 -
YUV 50.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 86 18 121 0.29 0.85 0 0.53 279.61 0.74 0.27
Hex 56 12 79 1D 55 0 35 118 4A 1B
Octal 126 22 171 35 125 0 65 430 112 33
Binary 1010110 10010 1111001 11101 1010101 0 110101 100011000 1001010 11011

Color Harmonies of #561279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561279

Black with #561279

Text Example


Text Example

White with #561279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561279; }

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

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

background-color css

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

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

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

border-color css

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

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

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