Html Css Color HEX #56127E Indigo

📋 copy color: '#56127E'

red 86 ◦ green 18 ◦ blue 126

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

Shades of Indigo #56127E

Tints of Indigo #56127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.78%

R = 37.39%
G = 7.83%
B = 54.78%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56127E (or 0x56127E) is known color: Indigo. HEX triplet: 56, 12 and 7E. RGB value is (86,18,126). Sum of RGB (Red+Green+Blue) = 86+18+126=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #56127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56127E is #A9ED81. Grayscale: #323232. Windows color (decimal): -11136386 or 8262230. OLE color: 8262230.

HSL color Cylindrical-coordinate representation of color #56127E: hue angle of 277.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56127E is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 18 126 -
CMYK 0.32 0.86 0 0.51
HSL 277.78º 0.75% 0.28% -
HSV(B) 277.78º 0.86% 0.49% -
XYZ 7.82 3.92 20.08 -
YUV 50.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 86 18 126 0.32 0.86 0 0.51 277.78 0.75 0.28
Hex 56 12 7E 20 56 0 33 116 4B 1C
Octal 126 22 176 40 126 0 63 426 113 34
Binary 1010110 10010 1111110 100000 1010110 0 110011 100010110 1001011 11100

Color Harmonies of #56127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56127E

Black with #56127E

Text Example


Text Example

White with #56127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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