#56147F

Color #56147F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #56147F

Tints of Indigo #56147F

Color information

#56147F (or 0x56147F) is unknown color: approx Indigo. HEX triplet: 56, 14 and 7F. RGB value is (86,20,127). Sum of RGB (Red+Green+Blue) = 86+20+127=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #56147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56147F is #A9EB80. Grayscale: #333333. Windows color (decimal): -11135873 or 8328278. OLE color: 8328278.

HSL color Cylindrical-coordinate representation of color #56147F: hue angle of 277.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56147F is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8620127-
CMYK0.320.8400.50
HSL277.01º72.79%28.82%-
HSV(B)277.01º84.25%49.8%-
XYZ7.924.0120.44-
YUV51.93170.37152.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 127 (50% from 255) = 54.51%
R=36.91%
G=8.58%
B=54.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86201270.320.8400.50277.0172.7928.82
Hex56147F2054032115491d
Octal126241774012406242511135
Binary101011010100111111110000010101000110010100010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,20,127); }

 H1.HeaderClassName
 {
   color: #56147F;
 }
 .AnyTagClassName
 {
   color: #56147F;
 }
</style>
background-color css

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

 a { background-color: rgb(86,20,127); }

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

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

 span { border-color: rgb(86,20,127); }

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