#56027B

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

Shades of Indigo #56027B

Tints of Indigo #56027B

Color information

#56027B (or 0x56027B) is unknown color: approx Indigo. HEX triplet: 56, 02 and 7B. RGB value is (86,2,123). Sum of RGB (Red+Green+Blue) = 86+2+123=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #56027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56027B is #A9FD84. Grayscale: #282828. Windows color (decimal): -11140485 or 8061526. OLE color: 8061526.

HSL color Cylindrical-coordinate representation of color #56027B: hue angle of 281.65º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56027B is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB862123-
CMYK0.300.9800.52
HSL281.65º96.8%24.51%-
HSV(B)281.65º98.37%48.24%-
XYZ7.433.4519.01-
YUV40.91174.33160.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=40.76%
G=0.95%
B=58.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8621230.300.9800.52281.6596.824.51
Hex5627B1E6203411a6119
Octal12621733614206443214131
Binary10101101011110111111011000100110100100011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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