Html Css Color HEX #561277 Indigo

📋 copy color: '#561277'

red 86 ◦ green 18 ◦ blue 119

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

Shades of Indigo #561277

Tints of Indigo #561277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 38.57%
G = 8.07%
B = 53.36%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561277 (or 0x561277) is known color: Indigo. HEX triplet: 56, 12 and 77. RGB value is (86,18,119). Sum of RGB (Red+Green+Blue) = 86+18+119=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #561277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561277 is #A9ED88. Grayscale: #313131. Windows color (decimal): -11136393 or 7803478. OLE color: 7803478.

HSL color Cylindrical-coordinate representation of color #561277: hue angle of 280.4º 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 #561277 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 18 119 -
CMYK 0.28 0.85 0 0.53
HSL 280.4º 0.74% 0.27% -
HSV(B) 280.4º 0.85% 0.47% -
XYZ 7.38 3.74 17.79 -
YUV 49.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 86 18 119 0.28 0.85 0 0.53 280.4 0.74 0.27
Hex 56 12 77 1C 55 0 35 118 4A 1B
Octal 126 22 167 34 125 0 65 430 112 33
Binary 1010110 10010 1110111 11100 1010101 0 110101 100011000 1001010 11011

Color Harmonies of #561277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561277

Black with #561277

Text Example


Text Example

White with #561277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561277; }

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

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

background-color css

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

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

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

border-color css

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

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

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