#520095

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

Shades of Indigo #520095

Tints of Indigo #520095

Color information

#520095 (or 0x520095) is unknown color: approx Indigo. HEX triplet: 52, 00 and 95. RGB value is (82,0,149). Sum of RGB (Red+Green+Blue) = 82+0+149=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #520095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520095 is #ADFF6A. Grayscale: #282828. Windows color (decimal): -11403115 or 9764946. OLE color: 9764946.

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

Color convert

RGB820149-
CMYK0.45100.42
HSL273.02º100%29.22%-
HSV(B)273.02º100%58.43%-
XYZ8.93.9628.73-
YUV41.5188.67156.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=35.50%
G=0%
B=64.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8201490.45100.42273.0210029.22
Hex520952D6402A111641d
Octal12202255514405242114435
Binary101001001001010110110111001000101010100010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520095; }

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

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

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

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

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

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

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

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