Html Css Color HEX #56156D Indigo

📋 copy color: '#56156D'

red 86 ◦ green 21 ◦ blue 109

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

Shades of Indigo #56156D

Tints of Indigo #56156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 39.81%
G = 9.72%
B = 50.46%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56156D (or 0x56156D) is known color: Indigo. HEX triplet: 56, 15 and 6D. RGB value is (86,21,109). Sum of RGB (Red+Green+Blue) = 86+21+109=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #56156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56156D is #A9EA92. Grayscale: #323232. Windows color (decimal): -11135635 or 7148886. OLE color: 7148886.

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

Color convert

RGB 86 21 109 -
CMYK 0.21 0.81 0 0.57
HSL 284.32º 0.68% 0.25% -
HSV(B) 284.32º 0.81% 0.43% -
XYZ 6.87 3.62 14.8 -
YUV 50.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 86 21 109 0.21 0.81 0 0.57 284.32 0.68 0.25
Hex 56 15 6D 15 51 0 39 11C 44 19
Octal 126 25 155 25 121 0 71 434 104 31
Binary 1010110 10101 1101101 10101 1010001 0 111001 100011100 1000100 11001

Color Harmonies of #56156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56156D

Black with #56156D

Text Example


Text Example

White with #56156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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