#521482

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

Shades of Indigo #521482

Tints of Indigo #521482

Color information

#521482 (or 0x521482) is unknown color: approx Indigo. HEX triplet: 52, 14 and 82. RGB value is (82,20,130). Sum of RGB (Red+Green+Blue) = 82+20+130=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #521482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521482 is #ADEB7D. Grayscale: #323232. Windows color (decimal): -11398014 or 8524882. OLE color: 8524882.

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

Color convert

RGB8220130-
CMYK0.370.8500.49
HSL273.82º73.33%29.41%-
HSV(B)273.82º84.62%50.98%-
XYZ7.763.9121.46-
YUV51.08172.54150.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=35.34%
G=8.62%
B=56.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82201300.370.8500.49273.8273.3329.41
Hex5214822555031112491d
Octal122242024512506142211135
Binary1010010101001000001010010110101010110001100010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521482; }

 p { color: rgb(82,20,130); }

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

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

 a { background-color: rgb(82,20,130); }

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

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

 span { border-color: rgb(82,20,130); }

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