Html Css Color HEX #561877 Indigo

📋 copy color: '#561877'

red 86 ◦ green 24 ◦ blue 119

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

Shades of Indigo #561877

Tints of Indigo #561877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 37.55%
G = 10.48%
B = 51.97%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561877 (or 0x561877) is known color: Indigo. HEX triplet: 56, 18 and 77. RGB value is (86,24,119). Sum of RGB (Red+Green+Blue) = 86+24+119=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #561877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561877 is #A9E788. Grayscale: #353535. Windows color (decimal): -11134857 or 7805014. OLE color: 7805014.

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

Color convert

RGB 86 24 119 -
CMYK 0.28 0.80 0 0.53
HSL 279.16º 0.66% 0.28% -
HSV(B) 279.16º 0.8% 0.47% -
XYZ 7.49 3.96 17.82 -
YUV 53.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 86 24 119 0.28 0.80 0 0.53 279.16 0.66 0.28
Hex 56 18 77 1C 50 0 35 117 42 1C
Octal 126 30 167 34 120 0 65 427 102 34
Binary 1010110 11000 1110111 11100 1010000 0 110101 100010111 1000010 11100

Color Harmonies of #561877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561877

Black with #561877

Text Example


Text Example

White with #561877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561877; }

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

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

background-color css

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

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

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

border-color css

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

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

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