#510572

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

Shades of Indigo #510572

Tints of Indigo #510572

Color information

#510572 (or 0x510572) is unknown color: approx Indigo. HEX triplet: 51, 05 and 72. RGB value is (81,5,114). Sum of RGB (Red+Green+Blue) = 81+5+114=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #510572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510572 is #AEFA8D. Grayscale: #272727. Windows color (decimal): -11467406 or 7472465. OLE color: 7472465.

HSL color Cylindrical-coordinate representation of color #510572: hue angle of 281.83º degrees, saturation: 0.92, 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 #510572 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB815114-
CMYK0.290.9600.55
HSL281.83º91.6%23.33%-
HSV(B)281.83º95.61%44.71%-
XYZ6.483.0716.17-
YUV40.15169.68157.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=40.5%
G=2.5%
B=57%

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
Decimal8151140.290.9600.55281.8391.623.33
Hex515721D6003711a5c17
Octal12151623514006743213427
Binary101000110111100101110111000000110111100011010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510572; }

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

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

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

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

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

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

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

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