#510472

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

Shades of Indigo #510472

Tints of Indigo #510472

Color information

#510472 (or 0x510472) is unknown color: approx Indigo. HEX triplet: 51, 04 and 72. RGB value is (81,4,114). Sum of RGB (Red+Green+Blue) = 81+4+114=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #510472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510472 is #AEFB8D. Grayscale: #272727. Windows color (decimal): -11467662 or 7472209. OLE color: 7472209.

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

Color convert

RGB814114-
CMYK0.290.9600.55
HSL282º93.22%23.14%-
HSV(B)282º96.49%44.71%-
XYZ6.473.0516.17-
YUV39.56170.01157.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=40.70%
G=2.01%
B=57.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8141140.290.9600.5528293.2223.14
Hex514721D6003711a5d17
Octal12141623514006743213527
Binary101000110011100101110111000000110111100011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510472; }

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

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

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

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

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

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

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

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