Html Css Color HEX #56126F Indigo

📋 copy color: '#56126F'

red 86 ◦ green 18 ◦ blue 111

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

Shades of Indigo #56126F

Tints of Indigo #56126F

RGB

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

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

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

R = 40%
G = 8.37%
B = 51.63%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56126F (or 0x56126F) is known color: Indigo. HEX triplet: 56, 12 and 6F. RGB value is (86,18,111). Sum of RGB (Red+Green+Blue) = 86+18+111=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #56126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56126F is #A9ED90. Grayscale: #303030. Windows color (decimal): -11136401 or 7279190. OLE color: 7279190.

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

Color convert

RGB 86 18 111 -
CMYK 0.23 0.84 0 0.56
HSL 283.87º 0.72% 0.25% -
HSV(B) 283.87º 0.84% 0.44% -
XYZ 6.92 3.56 15.36 -
YUV 48.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 86 18 111 0.23 0.84 0 0.56 283.87 0.72 0.25
Hex 56 12 6F 17 54 0 38 11C 48 19
Octal 126 22 157 27 124 0 70 434 110 31
Binary 1010110 10010 1101111 10111 1010100 0 111000 100011100 1001000 11001

Color Harmonies of #56126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56126F

Black with #56126F

Text Example


Text Example

White with #56126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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