#520E94

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

Shades of Indigo #520E94

Tints of Indigo #520E94

Color information

#520E94 (or 0x520E94) is unknown color: approx Indigo. HEX triplet: 52, 0E and 94. RGB value is (82,14,148). Sum of RGB (Red+Green+Blue) = 82+14+148=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #520E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E94 is #ADF16B. Grayscale: #313131. Windows color (decimal): -11399532 or 9702994. OLE color: 9702994.

HSL color Cylindrical-coordinate representation of color #520E94: hue angle of 270.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520E94 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8214148-
CMYK0.450.9100.42
HSL270.45º82.72%31.76%-
HSV(B)270.45º90.54%58.04%-
XYZ8.984.2528.36-
YUV49.61183.53151.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=33.61%
G=5.74%
B=60.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82141480.450.9100.42270.4582.7231.76
Hex52E942D5B02A10e5320
Octal122162245513305241612340
Binary1010010111010010100101101101101101010101000011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520E94; }

 p { color: rgb(82,14,148); }

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

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

 a { background-color: rgb(82,14,148); }

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

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

 span { border-color: rgb(82,14,148); }

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