#51076C

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

Shades of Indigo #51076C

Tints of Indigo #51076C

Color information

#51076C (or 0x51076C) is unknown color: approx Indigo. HEX triplet: 51, 07 and 6C. RGB value is (81,7,108). Sum of RGB (Red+Green+Blue) = 81+7+108=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #51076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51076C is #AEF893. Grayscale: #282828. Windows color (decimal): -11466900 or 7079761. OLE color: 7079761.

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

Color convert

RGB817108-
CMYK0.250.9400.58
HSL283.96º87.83%22.55%-
HSV(B)283.96º93.52%42.35%-
XYZ6.182.9814.44-
YUV40.64166.02156.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=41.33%
G=3.57%
B=55.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8171080.250.9400.58283.9687.8322.55
Hex5176C195E03A11c5817
Octal12171543113607243413027
Binary101000111111011001100110111100111010100011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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