#521198

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

Shades of Indigo #521198

Tints of Indigo #521198

Color information

#521198 (or 0x521198) is unknown color: approx Indigo. HEX triplet: 52, 11 and 98. RGB value is (82,17,152). Sum of RGB (Red+Green+Blue) = 82+17+152=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #521198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521198 is #ADEE67. Grayscale: #333333. Windows color (decimal): -11398760 or 9965906. OLE color: 9965906.

HSL color Cylindrical-coordinate representation of color #521198: hue angle of 268.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521198 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8217152-
CMYK0.460.8900.40
HSL268.89º79.88%33.14%-
HSV(B)268.89º88.82%59.61%-
XYZ9.354.4630.07-
YUV51.82184.53149.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=32.67%
G=6.77%
B=60.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82171520.460.8900.40268.8979.8833.14
Hex5211982E5902810d5021
Octal122212305613105041512041
Binary10100101000110011000101110101100101010001000011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521198; }

 p { color: rgb(82,17,152); }

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

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

 a { background-color: rgb(82,17,152); }

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

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

 span { border-color: rgb(82,17,152); }

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