#51028C

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

Shades of Indigo #51028C

Tints of Indigo #51028C

Color information

#51028C (or 0x51028C) is unknown color: approx Indigo. HEX triplet: 51, 02 and 8C. RGB value is (81,2,140). Sum of RGB (Red+Green+Blue) = 81+2+140=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #51028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51028C is #AEFD73. Grayscale: #282828. Windows color (decimal): -11468148 or 9175633. OLE color: 9175633.

HSL color Cylindrical-coordinate representation of color #51028C: hue angle of 274.35º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51028C is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB812140-
CMYK0.420.9900.45
HSL274.35º97.18%27.84%-
HSV(B)274.35º98.57%54.9%-
XYZ8.153.6925.09-
YUV41.35183.67156.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=36.32%
G=0.90%
B=62.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8121400.420.9900.45274.3597.1827.84
Hex5128C2A6302D112611c
Octal12122145214305542214134
Binary1010001101000110010101011000110101101100010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,2,140); }

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

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

 a { background-color: rgb(81,2,140); }

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

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

 span { border-color: rgb(81,2,140); }

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