Html Css Color HEX #56109D Indigo

📋 copy color: '#56109D'

red 86 ◦ green 16 ◦ blue 157

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

Shades of Indigo #56109D

Tints of Indigo #56109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 33.2%
G = 6.18%
B = 60.62%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56109D (or 0x56109D) is known color: Indigo. HEX triplet: 56, 10 and 9D. RGB value is (86,16,157). Sum of RGB (Red+Green+Blue) = 86+16+157=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #56109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56109D is #A9EF62. Grayscale: #343434. Windows color (decimal): -11136867 or 10293334. OLE color: 10293334.

HSL color Cylindrical-coordinate representation of color #56109D: hue angle of 269.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56109D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 16 157 -
CMYK 0.45 0.90 0 0.38
HSL 269.79º 0.82% 0.34% -
HSV(B) 269.79º 0.9% 0.62% -
XYZ 10.11 4.78 32.29 -
YUV 53 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 86 16 157 0.45 0.90 0 0.38 269.79 0.82 0.34
Hex 56 10 9D 2D 5A 0 26 10E 52 22
Octal 126 20 235 55 132 0 46 416 122 42
Binary 1010110 10000 10011101 101101 1011010 0 100110 100001110 1010010 100010

Color Harmonies of #56109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56109D

Black with #56109D

Text Example


Text Example

White with #56109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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