Html Css Color HEX #56126D Indigo

📋 copy color: '#56126D'

red 86 ◦ green 18 ◦ blue 109

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

Shades of Indigo #56126D

Tints of Indigo #56126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 40.38%
G = 8.45%
B = 51.17%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56126D (or 0x56126D) is known color: Indigo. HEX triplet: 56, 12 and 6D. RGB value is (86,18,109). Sum of RGB (Red+Green+Blue) = 86+18+109=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #56126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56126D is #A9ED92. Grayscale: #303030. Windows color (decimal): -11136403 or 7148118. OLE color: 7148118.

HSL color Cylindrical-coordinate representation of color #56126D: hue angle of 284.84º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56126D is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 18 109 -
CMYK 0.21 0.83 0 0.57
HSL 284.84º 0.72% 0.25% -
HSV(B) 284.84º 0.83% 0.43% -
XYZ 6.81 3.52 14.79 -
YUV 48.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 86 18 109 0.21 0.83 0 0.57 284.84 0.72 0.25
Hex 56 12 6D 15 53 0 39 11D 48 19
Octal 126 22 155 25 123 0 71 435 110 31
Binary 1010110 10010 1101101 10101 1010011 0 111001 100011101 1001000 11001

Color Harmonies of #56126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56126D

Black with #56126D

Text Example


Text Example

White with #56126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,18,109); }

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

background-color css

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

 a { background-color: rgb(86,18,109); }

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

border-color css

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

 span { border-color: rgb(86,18,109); }

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