#52056C

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

Shades of Indigo #52056C

Tints of Indigo #52056C

Color information

#52056C (or 0x52056C) is unknown color: approx Indigo. HEX triplet: 52, 05 and 6C. RGB value is (82,5,108). Sum of RGB (Red+Green+Blue) = 82+5+108=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #52056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52056C is #ADFA93. Grayscale: #272727. Windows color (decimal): -11401876 or 7079250. OLE color: 7079250.

HSL color Cylindrical-coordinate representation of color #52056C: hue angle of 284.85º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52056C is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB825108-
CMYK0.240.9500.58
HSL284.85º91.15%22.16%-
HSV(B)284.85º95.37%42.35%-
XYZ6.242.9914.43-
YUV39.76166.51158.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=42.05%
G=2.56%
B=55.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8251080.240.9500.58284.8591.1522.16
Hex5256C185F03A11d5b16
Octal12251543013707243513326
Binary101001010111011001100010111110111010100011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52056C; }

 p { color: rgb(82,5,108); }

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

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

 a { background-color: rgb(82,5,108); }

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

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

 span { border-color: rgb(82,5,108); }

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