#510176

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

Shades of Indigo #510176

Tints of Indigo #510176

Color information

#510176 (or 0x510176) is unknown color: approx Indigo. HEX triplet: 51, 01 and 76. RGB value is (81,1,118). Sum of RGB (Red+Green+Blue) = 81+1+118=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #510176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510176 is #AEFE89. Grayscale: #252525. Windows color (decimal): -11468426 or 7733585. OLE color: 7733585.

HSL color Cylindrical-coordinate representation of color #510176: hue angle of 281.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510176 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB811118-
CMYK0.310.9900.54
HSL281.03º98.32%23.33%-
HSV(B)281.03º99.15%46.27%-
XYZ6.673.0817.38-
YUV38.26173158.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 118 (46.48% from 255) = 59%
R=40.5%
G=0.5%
B=59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111180.310.9900.54281.0398.3223.33
Hex511761F630361196217
Octal12111663714306643114227
Binary1010001111101101111111000110110110100011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510176; }

 p { color: rgb(81,1,118); }

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

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

 a { background-color: rgb(81,1,118); }

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

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

 span { border-color: rgb(81,1,118); }

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