#521782

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

Shades of Indigo #521782

Tints of Indigo #521782

Color information

#521782 (or 0x521782) is unknown color: approx Indigo. HEX triplet: 52, 17 and 82. RGB value is (82,23,130). Sum of RGB (Red+Green+Blue) = 82+23+130=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #521782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521782 is #ADE87D. Grayscale: #343434. Windows color (decimal): -11397246 or 8525650. OLE color: 8525650.

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

Color convert

RGB8223130-
CMYK0.370.8200.49
HSL273.08º69.93%30%-
HSV(B)273.08º82.31%50.98%-
XYZ7.824.0221.48-
YUV52.84171.55148.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=34.89%
G=9.79%
B=55.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82231300.370.8200.49273.0869.9330
Hex5217822552031111461e
Octal122272024512206142110636
Binary1010010101111000001010010110100100110001100010001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521782; }

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

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

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

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

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

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

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

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