#520895

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

Shades of Indigo #520895

Tints of Indigo #520895

Color information

#520895 (or 0x520895) is unknown color: approx Indigo. HEX triplet: 52, 08 and 95. RGB value is (82,8,149). Sum of RGB (Red+Green+Blue) = 82+8+149=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #520895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520895 is #ADF76A. Grayscale: #2D2D2D. Windows color (decimal): -11401067 or 9766994. OLE color: 9766994.

HSL color Cylindrical-coordinate representation of color #520895: hue angle of 271.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520895 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB828149-
CMYK0.450.9500.42
HSL271.49º89.81%30.78%-
HSV(B)271.49º94.63%58.43%-
XYZ8.994.1428.76-
YUV46.2186.02153.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=34.31%
G=3.35%
B=62.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8281490.450.9500.42271.4989.8130.78
Hex528952D5F02A10f5a1f
Octal122102255513705241713237
Binary101001010001001010110110110111110101010100001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520895; }

 p { color: rgb(82,8,149); }

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

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

 a { background-color: rgb(82,8,149); }

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

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

 span { border-color: rgb(82,8,149); }

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