#56026F

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

Shades of Indigo #56026F

Tints of Indigo #56026F

Color information

#56026F (or 0x56026F) is unknown color: approx Indigo. HEX triplet: 56, 02 and 6F. RGB value is (86,2,111). Sum of RGB (Red+Green+Blue) = 86+2+111=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #56026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56026F is #A9FD90. Grayscale: #272727. Windows color (decimal): -11140497 or 7275094. OLE color: 7275094.

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

Color convert

RGB862111-
CMYK0.230.9800.56
HSL286.24º96.46%22.16%-
HSV(B)286.24º98.2%43.53%-
XYZ6.733.1715.3-
YUV39.54168.33161.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=43.22%
G=1.01%
B=55.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8621110.230.9800.56286.2496.4622.16
Hex5626F176203811e6016
Octal12621572714207043614026
Binary10101101011011111011111000100111000100011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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