#510482

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

Shades of Indigo #510482

Tints of Indigo #510482

Color information

#510482 (or 0x510482) is unknown color: approx Indigo. HEX triplet: 51, 04 and 82. RGB value is (81,4,130). Sum of RGB (Red+Green+Blue) = 81+4+130=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #510482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510482 is #AEFB7D. Grayscale: #282828. Windows color (decimal): -11467646 or 8520785. OLE color: 8520785.

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

Color convert

RGB814130-
CMYK0.380.9700.49
HSL276.67º94.03%26.27%-
HSV(B)276.67º96.92%50.98%-
XYZ7.473.4521.39-
YUV41.39178.01156.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=37.67%
G=1.86%
B=60.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8141300.380.9700.49276.6794.0326.27
Hex5148226610311155e1a
Octal12142024614106142513632
Binary10100011001000001010011011000010110001100010101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510482; }

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

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

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

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

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

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

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

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