Html Css Color HEX #56116F Indigo

📋 copy color: '#56116F'

red 86 ◦ green 17 ◦ blue 111

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

Shades of Indigo #56116F

Tints of Indigo #56116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 40.19%
G = 7.94%
B = 51.87%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56116F (or 0x56116F) is known color: Indigo. HEX triplet: 56, 11 and 6F. RGB value is (86,17,111). Sum of RGB (Red+Green+Blue) = 86+17+111=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #56116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56116F is #A9EE90. Grayscale: #303030. Windows color (decimal): -11136657 or 7278934. OLE color: 7278934.

HSL color Cylindrical-coordinate representation of color #56116F: hue angle of 284.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56116F is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 17 111 -
CMYK 0.23 0.85 0 0.56
HSL 284.04º 0.73% 0.25% -
HSV(B) 284.04º 0.85% 0.44% -
XYZ 6.91 3.53 15.36 -
YUV 48.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 86 17 111 0.23 0.85 0 0.56 284.04 0.73 0.25
Hex 56 11 6F 17 55 0 38 11C 49 19
Octal 126 21 157 27 125 0 70 434 111 31
Binary 1010110 10001 1101111 10111 1010101 0 111000 100011100 1001001 11001

Color Harmonies of #56116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56116F

Black with #56116F

Text Example


Text Example

White with #56116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56116F; }

 p { color: rgb(86,17,111); }

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

background-color css

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

 a { background-color: rgb(86,17,111); }

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

border-color css

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

 span { border-color: rgb(86,17,111); }

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