#56029B

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

Shades of Indigo #56029B

Tints of Indigo #56029B

Color information

#56029B (or 0x56029B) is unknown color: approx Indigo. HEX triplet: 56, 02 and 9B. RGB value is (86,2,155). Sum of RGB (Red+Green+Blue) = 86+2+155=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #56029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56029B is #A9FD64. Grayscale: #2C2C2C. Windows color (decimal): -11140453 or 10158678. OLE color: 10158678.

HSL color Cylindrical-coordinate representation of color #56029B: hue angle of 272.94º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56029B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB862155-
CMYK0.450.9900.39
HSL272.94º97.45%30.78%-
HSV(B)272.94º98.71%60.78%-
XYZ9.784.3931.34-
YUV44.56190.33157.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=35.39%
G=0.82%
B=63.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8621550.450.9900.39272.9497.4530.78
Hex5629B2D63027111611f
Octal12622335514304742114137
Binary1010110101001101110110111000110100111100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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