#56029F

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

Shades of Indigo #56029F

Tints of Indigo #56029F

Color information

#56029F (or 0x56029F) is unknown color: approx Indigo. HEX triplet: 56, 02 and 9F. RGB value is (86,2,159). Sum of RGB (Red+Green+Blue) = 86+2+159=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #56029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56029F is #A9FD60. Grayscale: #2C2C2C. Windows color (decimal): -11140449 or 10420822. OLE color: 10420822.

HSL color Cylindrical-coordinate representation of color #56029F: hue angle of 272.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56029F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB862159-
CMYK0.460.9900.38
HSL272.1º97.52%31.57%-
HSV(B)272.1º98.74%62.35%-
XYZ10.124.5333.14-
YUV45.01192.33157.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 159 (62.5% from 255) = 64.37%
R=34.82%
G=0.81%
B=64.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8621590.460.9900.38272.197.5231.57
Hex5629F2E630261106220
Octal12622375614304642014240
Binary10101101010011111101110110001101001101000100001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,2,159); }

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

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

 a { background-color: rgb(86,2,159); }

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

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

 span { border-color: rgb(86,2,159); }

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