#51009F

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

Shades of Indigo #51009F

Tints of Indigo #51009F

Color information

#51009F (or 0x51009F) is unknown color: approx Indigo. HEX triplet: 51, 00 and 9F. RGB value is (81,0,159). Sum of RGB (Red+Green+Blue) = 81+0+159=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #51009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51009F is #AEFF60. Grayscale: #292929. Windows color (decimal): -11468641 or 10420305. OLE color: 10420305.

HSL color Cylindrical-coordinate representation of color #51009F: hue angle of 270.57º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51009F is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB810159-
CMYK0.49100.38
HSL270.57º100%31.18%-
HSV(B)270.57º100%62.35%-
XYZ9.654.2533.11-
YUV42.34193.84155.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 66.25%
R=33.75%
G=0%
B=66.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8101590.49100.38270.5710031.18
Hex5109F316402610f641f
Octal12102376114404641714437
Binary101000101001111111000111001000100110100001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,0,159); }

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

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

 a { background-color: rgb(81,0,159); }

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

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

 span { border-color: rgb(81,0,159); }

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