#521393

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

Shades of Indigo #521393

Tints of Indigo #521393

Color information

#521393 (or 0x521393) is unknown color: approx Indigo. HEX triplet: 52, 13 and 93. RGB value is (82,19,147). Sum of RGB (Red+Green+Blue) = 82+19+147=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #521393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521393 is #ADEC6C. Grayscale: #333333. Windows color (decimal): -11398253 or 9638738. OLE color: 9638738.

HSL color Cylindrical-coordinate representation of color #521393: hue angle of 269.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521393 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8219147-
CMYK0.440.8700.42
HSL269.53º77.11%32.55%-
HSV(B)269.53º87.07%57.65%-
XYZ8.984.3727.97-
YUV52.43181.37149.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 147 (57.81% from 255) = 59.27%
R=33.06%
G=7.66%
B=59.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82191470.440.8700.42269.5377.1132.55
Hex5213932C5702A10e4d21
Octal122232235412705241611541
Binary10100101001110010011101100101011101010101000011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521393; }

 p { color: rgb(82,19,147); }

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

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

 a { background-color: rgb(82,19,147); }

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

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

 span { border-color: rgb(82,19,147); }

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