Html Css Color HEX #56106E Indigo

📋 copy color: '#56106E'

red 86 ◦ green 16 ◦ blue 110

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

Shades of Indigo #56106E

Tints of Indigo #56106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 40.57%
G = 7.55%
B = 51.89%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56106E (or 0x56106E) is known color: Indigo. HEX triplet: 56, 10 and 6E. RGB value is (86,16,110). Sum of RGB (Red+Green+Blue) = 86+16+110=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #56106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106E is #A9EF91. Grayscale: #2F2F2F. Windows color (decimal): -11136914 or 7213142. OLE color: 7213142.

HSL color Cylindrical-coordinate representation of color #56106E: hue angle of 284.68º degrees, saturation: 0.75, 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 #56106E is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 16 110 -
CMYK 0.22 0.85 0 0.57
HSL 284.68º 0.75% 0.25% -
HSV(B) 284.68º 0.85% 0.43% -
XYZ 6.84 3.47 15.06 -
YUV 47.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 86 16 110 0.22 0.85 0 0.57 284.68 0.75 0.25
Hex 56 10 6E 16 55 0 39 11D 4B 19
Octal 126 20 156 26 125 0 71 435 113 31
Binary 1010110 10000 1101110 10110 1010101 0 111001 100011101 1001011 11001

Color Harmonies of #56106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56106E

Black with #56106E

Text Example


Text Example

White with #56106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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