#51059A

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

Shades of Indigo #51059A

Tints of Indigo #51059A

Color information

#51059A (or 0x51059A) is unknown color: approx Indigo. HEX triplet: 51, 05 and 9A. RGB value is (81,5,154). Sum of RGB (Red+Green+Blue) = 81+5+154=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #51059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51059A is #AEFA65. Grayscale: #2C2C2C. Windows color (decimal): -11467366 or 10093905. OLE color: 10093905.

HSL color Cylindrical-coordinate representation of color #51059A: hue angle of 270.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51059A is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB815154-
CMYK0.470.9700.40
HSL270.6º93.71%31.18%-
HSV(B)270.6º96.75%60.39%-
XYZ9.284.1930.89-
YUV44.71189.68153.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=33.75%
G=2.08%
B=64.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8151540.470.9700.40270.693.7131.18
Hex5159A2F6102810f5e1f
Octal12152325714105041713637
Binary10100011011001101010111111000010101000100001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51059A; }

 p { color: rgb(81,5,154); }

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

<style>
 a { background-color: #51059A; }

 a { background-color: rgb(81,5,154); }

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

<style>
 span { border-color: #51059A; }

 span { border-color: rgb(81,5,154); }

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