#51127D

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

Shades of Indigo #51127D

Tints of Indigo #51127D

Color information

#51127D (or 0x51127D) is unknown color: approx Indigo. HEX triplet: 51, 12 and 7D. RGB value is (81,18,125). Sum of RGB (Red+Green+Blue) = 81+18+125=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #51127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51127D is #AEED82. Grayscale: #303030. Windows color (decimal): -11464067 or 8196689. OLE color: 8196689.

HSL color Cylindrical-coordinate representation of color #51127D: hue angle of 275.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51127D is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8118125-
CMYK0.350.8600.51
HSL275.33º74.83%28.04%-
HSV(B)275.33º85.6%49.02%-
XYZ7.313.6619.72-
YUV49.04170.87150.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=36.16%
G=8.04%
B=55.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81181250.350.8600.51275.3374.8328.04
Hex51127D23560331134b1c
Octal121221754312606342311334
Binary101000110010111110110001110101100110011100010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51127D; }

 p { color: rgb(81,18,125); }

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

<style>
 a { background-color: #51127D; }

 a { background-color: rgb(81,18,125); }

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

<style>
 span { border-color: #51127D; }

 span { border-color: rgb(81,18,125); }

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