#56026E

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

Shades of Indigo #56026E

Tints of Indigo #56026E

Color information

#56026E (or 0x56026E) is unknown color: approx Indigo. HEX triplet: 56, 02 and 6E. RGB value is (86,2,110). Sum of RGB (Red+Green+Blue) = 86+2+110=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #56026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56026E is #A9FD91. Grayscale: #272727. Windows color (decimal): -11140498 or 7209558. OLE color: 7209558.

HSL color Cylindrical-coordinate representation of color #56026E: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56026E is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB862110-
CMYK0.220.9800.57
HSL286.67º96.43%21.96%-
HSV(B)286.67º98.18%43.14%-
XYZ6.673.1515.01-
YUV39.43167.83161.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=43.43%
G=1.01%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8621100.220.9800.57286.6796.4321.96
Hex5626E166203911f6016
Octal12621562614207143714026
Binary10101101011011101011011000100111001100011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56026E; }

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

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

<style>
 a { background-color: #56026E; }

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

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

<style>
 span { border-color: #56026E; }

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

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