#56007f

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

Shades of Indigo #56007F

Tints of Indigo #56007F

Color information

#56007F (or 0x56007F) is unknown color: approx Indigo. HEX triplet: 56, 00 and 7F. RGB value is (86,0,127). Sum of RGB (Red+Green+Blue) = 86+0+127=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #56007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56007F is #A9FF80. Grayscale: #272727. Windows color (decimal): -11140993 or 8323158. OLE color: 8323158.

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

Color convert

RGB860127-
CMYK0.32100.50
HSL280.63º100%24.9%-
HSV(B)280.63º100%49.8%-
XYZ7.673.5120.35-
YUV40.19176.99160.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 59.62%
R=40.38%
G=0%
B=59.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8601270.32100.50280.6310024.9
Hex5607F20640321196419
Octal12601774014406243114431
Binary10101100111111110000011001000110010100011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56007f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56007f; }

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

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

<style>
 a { background-color: #56007f; }

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

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

<style>
 span { border-color: #56007f; }

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

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