Html Css Color HEX #56109C Indigo

📋 copy color: '#56109C'

red 86 ◦ green 16 ◦ blue 156

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

Shades of Indigo #56109C

Tints of Indigo #56109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 33.33%
G = 6.2%
B = 60.47%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56109C (or 0x56109C) is known color: Indigo. HEX triplet: 56, 10 and 9C. RGB value is (86,16,156). Sum of RGB (Red+Green+Blue) = 86+16+156=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #56109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56109C is #A9EF63. Grayscale: #343434. Windows color (decimal): -11136868 or 10227798. OLE color: 10227798.

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

Color convert

RGB 86 16 156 -
CMYK 0.45 0.90 0 0.39
HSL 270º 0.81% 0.34% -
HSV(B) 270º 0.9% 0.61% -
XYZ 10.02 4.75 31.84 -
YUV 52.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 86 16 156 0.45 0.90 0 0.39 270 0.81 0.34
Hex 56 10 9C 2D 5A 0 27 10E 51 22
Octal 126 20 234 55 132 0 47 416 121 42
Binary 1010110 10000 10011100 101101 1011010 0 100111 100001110 1010001 100010

Color Harmonies of #56109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56109C

Black with #56109C

Text Example


Text Example

White with #56109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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