#51047C

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

Shades of Indigo #51047C

Tints of Indigo #51047C

Color information

#51047C (or 0x51047C) is unknown color: approx Indigo. HEX triplet: 51, 04 and 7C. RGB value is (81,4,124). Sum of RGB (Red+Green+Blue) = 81+4+124=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #51047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51047C is #AEFB83. Grayscale: #282828. Windows color (decimal): -11467652 or 8127569. OLE color: 8127569.

HSL color Cylindrical-coordinate representation of color #51047C: hue angle of 278.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51047C is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB814124-
CMYK0.350.9700.51
HSL278.5º93.75%25.1%-
HSV(B)278.5º96.77%48.63%-
XYZ7.073.2919.33-
YUV40.7175.01156.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=38.76%
G=1.91%
B=59.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8141240.350.9700.51278.593.7525.1
Hex5147C23610331165e19
Octal12141744314106342613631
Binary1010001100111110010001111000010110011100010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,4,124); }

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

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

 a { background-color: rgb(81,4,124); }

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

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

 span { border-color: rgb(81,4,124); }

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