#51187A

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

Shades of Indigo #51187A

Tints of Indigo #51187A

Color information

#51187A (or 0x51187A) is unknown color: approx Indigo. HEX triplet: 51, 18 and 7A. RGB value is (81,24,122). Sum of RGB (Red+Green+Blue) = 81+24+122=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #51187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51187A is #AEE785. Grayscale: #333333. Windows color (decimal): -11462534 or 8001617. OLE color: 8001617.

HSL color Cylindrical-coordinate representation of color #51187A: hue angle of 274.9º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51187A is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8124122-
CMYK0.340.8000.52
HSL274.9º67.12%28.63%-
HSV(B)274.9º80.33%47.84%-
XYZ7.233.8118.77-
YUV52.22167.38148.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=35.68%
G=10.57%
B=53.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81241220.340.8000.52274.967.1228.63
Hex51187A2250034113431d
Octal121301724212006442310335
Binary101000111000111101010001010100000110100100010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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