Html Css Color HEX #56109F Indigo

📋 copy color: '#56109F'

red 86 ◦ green 16 ◦ blue 159

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

Shades of Indigo #56109F

Tints of Indigo #56109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 32.95%
G = 6.13%
B = 60.92%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56109F (or 0x56109F) is known color: Indigo. HEX triplet: 56, 10 and 9F. RGB value is (86,16,159). Sum of RGB (Red+Green+Blue) = 86+16+159=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #56109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56109F is #A9EF60. Grayscale: #343434. Windows color (decimal): -11136865 or 10424406. OLE color: 10424406.

HSL color Cylindrical-coordinate representation of color #56109F: hue angle of 269.37º 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 #56109F is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 16 159 -
CMYK 0.46 0.90 0 0.38
HSL 269.37º 0.82% 0.34% -
HSV(B) 269.37º 0.9% 0.62% -
XYZ 10.28 4.85 33.2 -
YUV 53.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 86 16 159 0.46 0.90 0 0.38 269.37 0.82 0.34
Hex 56 10 9F 2E 5A 0 26 10D 52 22
Octal 126 20 237 56 132 0 46 415 122 42
Binary 1010110 10000 10011111 101110 1011010 0 100110 100001101 1010010 100010

Color Harmonies of #56109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56109F

Black with #56109F

Text Example


Text Example

White with #56109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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