#51107B

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

Shades of Indigo #51107B

Tints of Indigo #51107B

Color information

#51107B (or 0x51107B) is unknown color: approx Indigo. HEX triplet: 51, 10 and 7B. RGB value is (81,16,123). Sum of RGB (Red+Green+Blue) = 81+16+123=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #51107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51107B is #AEEF84. Grayscale: #2F2F2F. Windows color (decimal): -11464581 or 8065105. OLE color: 8065105.

HSL color Cylindrical-coordinate representation of color #51107B: hue angle of 276.45º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51107B is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8116123-
CMYK0.340.8700.52
HSL276.45º76.98%27.25%-
HSV(B)276.45º86.99%48.24%-
XYZ7.153.5519.05-
YUV47.63170.53151.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=36.82%
G=7.27%
B=55.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81161230.340.8700.52276.4576.9827.25
Hex51107B22570341144d1b
Octal121201734212706442411533
Binary101000110000111101110001010101110110100100010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51107B; }

 p { color: rgb(81,16,123); }

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

<style>
 a { background-color: #51107B; }

 a { background-color: rgb(81,16,123); }

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

<style>
 span { border-color: #51107B; }

 span { border-color: rgb(81,16,123); }

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