#521692

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

Shades of Indigo #521692

Tints of Indigo #521692

Color information

#521692 (or 0x521692) is unknown color: approx Indigo. HEX triplet: 52, 16 and 92. RGB value is (82,22,146). Sum of RGB (Red+Green+Blue) = 82+22+146=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #521692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521692 is #ADE96D. Grayscale: #353535. Windows color (decimal): -11397486 or 9573970. OLE color: 9573970.

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

Color convert

RGB8222146-
CMYK0.440.8500.43
HSL269.03º73.81%32.94%-
HSV(B)269.03º84.93%57.25%-
XYZ8.954.4427.58-
YUV54.08179.88147.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=32.8%
G=8.8%
B=58.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82221460.440.8500.43269.0373.8132.94
Hex5216922C5502B10d4a21
Octal122262225412505341511241
Binary10100101011010010010101100101010101010111000011011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521692; }

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

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

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

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

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

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

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

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