#51147A

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

Shades of Indigo #51147A

Tints of Indigo #51147A

Color information

#51147A (or 0x51147A) is unknown color: approx Indigo. HEX triplet: 51, 14 and 7A. RGB value is (81,20,122). Sum of RGB (Red+Green+Blue) = 81+20+122=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #51147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51147A is #AEEB85. Grayscale: #313131. Windows color (decimal): -11463558 or 8000593. OLE color: 8000593.

HSL color Cylindrical-coordinate representation of color #51147A: hue angle of 275.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51147A is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8120122-
CMYK0.340.8400.52
HSL275.88º71.83%27.84%-
HSV(B)275.88º83.61%47.84%-
XYZ7.163.6518.74-
YUV49.87168.71150.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=36.32%
G=8.97%
B=54.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81201220.340.8400.52275.8871.8327.84
Hex51147A2254034114481c
Octal121241724212406442411034
Binary101000110100111101010001010101000110100100010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,20,122); }

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

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

 a { background-color: rgb(81,20,122); }

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

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

 span { border-color: rgb(81,20,122); }

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