#51076F

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

Shades of Indigo #51076F

Tints of Indigo #51076F

Color information

#51076F (or 0x51076F) is unknown color: approx Indigo. HEX triplet: 51, 07 and 6F. RGB value is (81,7,111). Sum of RGB (Red+Green+Blue) = 81+7+111=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 7 (3.12% from 255 or 3.52% 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 #51076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51076F is #AEF890. Grayscale: #282828. Windows color (decimal): -11466897 or 7276369. OLE color: 7276369.

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

Color convert

RGB817111-
CMYK0.270.9400.56
HSL282.69º88.14%23.14%-
HSV(B)282.69º93.69%43.53%-
XYZ6.343.0515.29-
YUV40.98167.52156.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=40.70%
G=3.52%
B=55.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8171110.270.9400.56282.6988.1423.14
Hex5176F1B5E03811b5817
Octal12171573313607043313027
Binary101000111111011111101110111100111000100011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,7,111); }

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

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

 a { background-color: rgb(81,7,111); }

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

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

 span { border-color: rgb(81,7,111); }

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