Html Css Color HEX #56106D Indigo

📋 copy color: '#56106D'

red 86 ◦ green 16 ◦ blue 109

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

Shades of Indigo #56106D

Tints of Indigo #56106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 40.76%
G = 7.58%
B = 51.66%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56106D (or 0x56106D) is known color: Indigo. HEX triplet: 56, 10 and 6D. RGB value is (86,16,109). Sum of RGB (Red+Green+Blue) = 86+16+109=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #56106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106D is #A9EF92. Grayscale: #2F2F2F. Windows color (decimal): -11136915 or 7147606. OLE color: 7147606.

HSL color Cylindrical-coordinate representation of color #56106D: hue angle of 285.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56106D is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 16 109 -
CMYK 0.21 0.85 0 0.57
HSL 285.16º 0.74% 0.25% -
HSV(B) 285.16º 0.85% 0.43% -
XYZ 6.78 3.45 14.78 -
YUV 47.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 86 16 109 0.21 0.85 0 0.57 285.16 0.74 0.25
Hex 56 10 6D 15 55 0 39 11D 4A 19
Octal 126 20 155 25 125 0 71 435 112 31
Binary 1010110 10000 1101101 10101 1010101 0 111001 100011101 1001010 11001

Color Harmonies of #56106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56106D

Black with #56106D

Text Example


Text Example

White with #56106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56106D; }

 p { color: rgb(86,16,109); }

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

background-color css

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

 a { background-color: rgb(86,16,109); }

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

border-color css

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

 span { border-color: rgb(86,16,109); }

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