#51099C

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

Shades of Indigo #51099C

Tints of Indigo #51099C

Color information

#51099C (or 0x51099C) is unknown color: approx Indigo. HEX triplet: 51, 09 and 9C. RGB value is (81,9,156). Sum of RGB (Red+Green+Blue) = 81+9+156=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #51099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51099C is #AEF663. Grayscale: #2E2E2E. Windows color (decimal): -11466340 or 10226001. OLE color: 10226001.

HSL color Cylindrical-coordinate representation of color #51099C: hue angle of 269.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51099C is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB819156-
CMYK0.480.9400.39
HSL269.39º89.09%32.35%-
HSV(B)269.39º94.23%61.18%-
XYZ9.494.3531.79-
YUV47.29189.35152.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=32.93%
G=3.66%
B=63.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8191560.480.9400.39269.3989.0932.35
Hex5199C305E02710d5920
Octal121112346013604741513140
Binary1010001100110011100110000101111001001111000011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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