#521690

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

Shades of Indigo #521690

Tints of Indigo #521690

Color information

#521690 (or 0x521690) is unknown color: approx Indigo. HEX triplet: 52, 16 and 90. RGB value is (82,22,144). Sum of RGB (Red+Green+Blue) = 82+22+144=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #521690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521690 is #ADE96F. Grayscale: #353535. Windows color (decimal): -11397488 or 9442898. OLE color: 9442898.

HSL color Cylindrical-coordinate representation of color #521690: hue angle of 269.51º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521690 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8222144-
CMYK0.430.8500.44
HSL269.51º73.49%32.55%-
HSV(B)269.51º84.72%56.47%-
XYZ8.84.3826.77-
YUV53.85178.88148.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=33.06%
G=8.87%
B=58.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82221440.430.8500.44269.5173.4932.55
Hex5216902B5502C10e4921
Octal122262205312505441611141
Binary10100101011010010000101011101010101011001000011101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521690; }

 p { color: rgb(82,22,144); }

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

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

 a { background-color: rgb(82,22,144); }

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

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

 span { border-color: rgb(82,22,144); }

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