#52015F

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

Shades of Indigo #52015F

Tints of Indigo #52015F

Color information

#52015F (or 0x52015F) is unknown color: approx Indigo. HEX triplet: 52, 01 and 5F. RGB value is (82,1,95). Sum of RGB (Red+Green+Blue) = 82+1+95=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #52015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52015F is #ADFEA0. Grayscale: #232323. Windows color (decimal): -11402913 or 6226258. OLE color: 6226258.

HSL color Cylindrical-coordinate representation of color #52015F: hue angle of 291.7º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52015F is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB82195-
CMYK0.140.9900.63
HSL291.7º97.92%18.82%-
HSV(B)291.7º98.95%37.25%-
XYZ5.562.6411.04-
YUV35.94161.34160.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=46.07%
G=0.56%
B=53.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal821950.140.9900.63291.797.9218.82
Hex5215FE6303F1246213
Octal12211371614307744414223
Binary101001011011111111011000110111111100100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52015F; }

 p { color: rgb(82,1,95); }

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

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

 a { background-color: rgb(82,1,95); }

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

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

 span { border-color: rgb(82,1,95); }

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