#511082

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

Shades of Indigo #511082

Tints of Indigo #511082

Color information

#511082 (or 0x511082) is unknown color: approx Indigo. HEX triplet: 51, 10 and 82. RGB value is (81,16,130). Sum of RGB (Red+Green+Blue) = 81+16+130=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #511082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511082 is #AEEF7D. Grayscale: #303030. Windows color (decimal): -11464574 or 8523857. OLE color: 8523857.

HSL color Cylindrical-coordinate representation of color #511082: hue angle of 274.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511082 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8116130-
CMYK0.380.8800.49
HSL274.21º78.08%28.63%-
HSV(B)274.21º87.69%50.98%-
XYZ7.613.7321.44-
YUV48.43174.03151.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=35.68%
G=7.05%
B=57.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81161300.380.8800.49274.2178.0828.63
Hex51108226580311124e1d
Octal121202024613006142211635
Binary1010001100001000001010011010110000110001100010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511082; }

 p { color: rgb(81,16,130); }

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

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

 a { background-color: rgb(81,16,130); }

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

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

 span { border-color: rgb(81,16,130); }

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