Html Css Color HEX #56106F Indigo

📋 copy color: '#56106F'

red 86 ◦ green 16 ◦ blue 111

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

Shades of Indigo #56106F

Tints of Indigo #56106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 40.38%
G = 7.51%
B = 52.11%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56106F (or 0x56106F) is known color: Indigo. HEX triplet: 56, 10 and 6F. RGB value is (86,16,111). Sum of RGB (Red+Green+Blue) = 86+16+111=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #56106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106F is #A9EF90. Grayscale: #2F2F2F. Windows color (decimal): -11136913 or 7278678. OLE color: 7278678.

HSL color Cylindrical-coordinate representation of color #56106F: hue angle of 284.21º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56106F is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 16 111 -
CMYK 0.23 0.86 0 0.56
HSL 284.21º 0.75% 0.25% -
HSV(B) 284.21º 0.86% 0.44% -
XYZ 6.89 3.5 15.35 -
YUV 47.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 86 16 111 0.23 0.86 0 0.56 284.21 0.75 0.25
Hex 56 10 6F 17 56 0 38 11C 4B 19
Octal 126 20 157 27 126 0 70 434 113 31
Binary 1010110 10000 1101111 10111 1010110 0 111000 100011100 1001011 11001

Color Harmonies of #56106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56106F

Black with #56106F

Text Example


Text Example

White with #56106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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