#51096c

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

Shades of Indigo #51096C

Tints of Indigo #51096C

Color information

#51096C (or 0x51096C) is unknown color: approx Indigo. HEX triplet: 51, 09 and 6C. RGB value is (81,9,108). Sum of RGB (Red+Green+Blue) = 81+9+108=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #51096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51096C is #AEF693. Grayscale: #292929. Windows color (decimal): -11466388 or 7080273. OLE color: 7080273.

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

Color convert

RGB819108-
CMYK0.250.9200.58
HSL283.64º84.62%22.94%-
HSV(B)283.64º91.67%42.35%-
XYZ6.23.0314.45-
YUV41.81165.35155.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=40.91%
G=4.55%
B=54.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8191080.250.9200.58283.6484.6222.94
Hex5196C195C03A11c5517
Octal121111543113407243412527
Binary1010001100111011001100110111000111010100011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51096c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51096c; }

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

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

<style>
 a { background-color: #51096c; }

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

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

<style>
 span { border-color: #51096c; }

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

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