#510172

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

Shades of Indigo #510172

Tints of Indigo #510172

Color information

#510172 (or 0x510172) is unknown color: approx Indigo. HEX triplet: 51, 01 and 72. RGB value is (81,1,114). Sum of RGB (Red+Green+Blue) = 81+1+114=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #510172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510172 is #AEFE8D. Grayscale: #252525. Windows color (decimal): -11468430 or 7471441. OLE color: 7471441.

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

Color convert

RGB811114-
CMYK0.290.9900.55
HSL282.48º98.26%22.55%-
HSV(B)282.48º99.12%44.71%-
XYZ6.442.9916.16-
YUV37.8171158.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=41.33%
G=0.51%
B=58.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8111140.290.9900.55282.4898.2622.55
Hex511721D6303711a6217
Octal12111623514306743214227
Binary1010001111100101110111000110110111100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510172; }

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

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

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

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

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

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

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

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