#51029C

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

Shades of Indigo #51029C

Tints of Indigo #51029C

Color information

#51029C (or 0x51029C) is unknown color: approx Indigo. HEX triplet: 51, 02 and 9C. RGB value is (81,2,156). Sum of RGB (Red+Green+Blue) = 81+2+156=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #51029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51029C is #AEFD63. Grayscale: #2A2A2A. Windows color (decimal): -11468132 or 10224209. OLE color: 10224209.

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

Color convert

RGB812156-
CMYK0.480.9900.39
HSL270.78º97.47%30.98%-
HSV(B)270.78º98.72%61.18%-
XYZ9.424.1931.77-
YUV43.18191.67154.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 156 (61.33% from 255) = 65.27%
R=33.89%
G=0.84%
B=65.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8121560.480.9900.39270.7897.4730.98
Hex5129C306302710f611f
Octal12122346014304741714137
Binary1010001101001110011000011000110100111100001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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