#51046C

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

Shades of Indigo #51046C

Tints of Indigo #51046C

Color information

#51046C (or 0x51046C) is unknown color: approx Indigo. HEX triplet: 51, 04 and 6C. RGB value is (81,4,108). Sum of RGB (Red+Green+Blue) = 81+4+108=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #51046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51046C is #AEFB93. Grayscale: #262626. Windows color (decimal): -11467668 or 7078993. OLE color: 7078993.

HSL color Cylindrical-coordinate representation of color #51046C: hue angle of 284.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51046C is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB814108-
CMYK0.250.9600.58
HSL284.42º92.86%21.96%-
HSV(B)284.42º96.3%42.35%-
XYZ6.142.9214.43-
YUV38.88167.01158.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=41.97%
G=2.07%
B=55.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8141080.250.9600.58284.4292.8621.96
Hex5146C196003A11c5d16
Octal12141543114007243413526
Binary101000110011011001100111000000111010100011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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