#510872

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

Shades of Indigo #510872

Tints of Indigo #510872

Color information

#510872 (or 0x510872) is unknown color: approx Indigo. HEX triplet: 51, 08 and 72. RGB value is (81,8,114). Sum of RGB (Red+Green+Blue) = 81+8+114=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #510872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510872 is #AEF78D. Grayscale: #292929. Windows color (decimal): -11466638 or 7473233. OLE color: 7473233.

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

Color convert

RGB818114-
CMYK0.290.9300.55
HSL281.32º86.89%23.92%-
HSV(B)281.32º92.98%44.71%-
XYZ6.523.1416.18-
YUV41.91168.68155.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=39.90%
G=3.94%
B=56.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8181140.290.9300.55281.3286.8923.92
Hex518721D5D0371195718
Octal121101623513506743112730
Binary1010001100011100101110110111010110111100011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510872; }

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

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

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

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

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

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

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

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