#510072

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

Shades of Indigo #510072

Tints of Indigo #510072

Color information

#510072 (or 0x510072) is unknown color: approx Indigo. HEX triplet: 51, 00 and 72. RGB value is (81,0,114). Sum of RGB (Red+Green+Blue) = 81+0+114=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #510072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510072 is #AEFF8D. Grayscale: #242424. Windows color (decimal): -11468686 or 7471185. OLE color: 7471185.

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

Color convert

RGB810114-
CMYK0.29100.55
HSL282.63º100%22.35%-
HSV(B)282.63º100%44.71%-
XYZ6.432.9616.15-
YUV37.21171.34159.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=41.54%
G=0%
B=58.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8101140.29100.55282.6310022.35
Hex510721D6403711b6416
Octal12101623514406743314426
Binary1010001011100101110111001000110111100011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510072; }

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

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

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

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

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

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

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

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