#521693

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

Shades of Indigo #521693

Tints of Indigo #521693

Color information

#521693 (or 0x521693) is unknown color: approx Indigo. HEX triplet: 52, 16 and 93. RGB value is (82,22,147). Sum of RGB (Red+Green+Blue) = 82+22+147=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #521693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521693 is #ADE96C. Grayscale: #353535. Windows color (decimal): -11397485 or 9639506. OLE color: 9639506.

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

Color convert

RGB8222147-
CMYK0.440.8500.42
HSL268.8º73.96%33.14%-
HSV(B)268.8º85.03%57.65%-
XYZ9.034.4727.99-
YUV54.19180.38147.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=32.67%
G=8.76%
B=58.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82221470.440.8500.42268.873.9633.14
Hex5216932C5502A10d4a21
Octal122262235412505241511241
Binary10100101011010010011101100101010101010101000011011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521693; }

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

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

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

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

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

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

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

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