#51117C

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

Shades of Indigo #51117C

Tints of Indigo #51117C

Color information

#51117C (or 0x51117C) is unknown color: approx Indigo. HEX triplet: 51, 11 and 7C. RGB value is (81,17,124). Sum of RGB (Red+Green+Blue) = 81+17+124=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #51117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51117C is #AEEE83. Grayscale: #2F2F2F. Windows color (decimal): -11464324 or 8130897. OLE color: 8130897.

HSL color Cylindrical-coordinate representation of color #51117C: hue angle of 275.89º degrees, saturation: 0.76, 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 #51117C is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8117124-
CMYK0.350.8600.51
HSL275.89º75.89%27.65%-
HSV(B)275.89º86.29%48.63%-
XYZ7.233.6119.38-
YUV48.33170.7151.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=36.49%
G=7.66%
B=55.86%

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
Decimal81171240.350.8600.51275.8975.8927.65
Hex51117C23560331144c1c
Octal121211744312606342411434
Binary101000110001111110010001110101100110011100010100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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