#510272

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

Shades of Indigo #510272

Tints of Indigo #510272

Color information

#510272 (or 0x510272) is unknown color: approx Indigo. HEX triplet: 51, 02 and 72. RGB value is (81,2,114). Sum of RGB (Red+Green+Blue) = 81+2+114=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #510272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510272 is #AEFD8D. Grayscale: #262626. Windows color (decimal): -11468174 or 7471697. OLE color: 7471697.

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

Color convert

RGB812114-
CMYK0.290.9800.55
HSL282.32º96.55%22.75%-
HSV(B)282.32º98.25%44.71%-
XYZ6.453.0116.16-
YUV38.39170.67158.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=41.12%
G=1.02%
B=57.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8121140.290.9800.55282.3296.5522.75
Hex512721D6203711a6117
Octal12121623514206743214127
Binary10100011011100101110111000100110111100011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510272; }

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

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

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

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

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

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

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

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