Html Css Color HEX #561377 Indigo

📋 copy color: '#561377'

red 86 ◦ green 19 ◦ blue 119

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

Shades of Indigo #561377

Tints of Indigo #561377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 38.39%
G = 8.48%
B = 53.13%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561377 (or 0x561377) is known color: Indigo. HEX triplet: 56, 13 and 77. RGB value is (86,19,119). Sum of RGB (Red+Green+Blue) = 86+19+119=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #561377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561377 is #A9EC88. Grayscale: #323232. Windows color (decimal): -11136137 or 7803734. OLE color: 7803734.

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

Color convert

RGB 86 19 119 -
CMYK 0.28 0.84 0 0.53
HSL 280.2º 0.72% 0.27% -
HSV(B) 280.2º 0.84% 0.47% -
XYZ 7.4 3.78 17.79 -
YUV 50.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 86 19 119 0.28 0.84 0 0.53 280.2 0.72 0.27
Hex 56 13 77 1C 54 0 35 118 48 1B
Octal 126 23 167 34 124 0 65 430 110 33
Binary 1010110 10011 1110111 11100 1010100 0 110101 100011000 1001000 11011

Color Harmonies of #561377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561377

Black with #561377

Text Example


Text Example

White with #561377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561377; }

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

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

background-color css

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

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

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

border-color css

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

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

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