#52097D

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

Shades of Indigo #52097D

Tints of Indigo #52097D

Color information

#52097D (or 0x52097D) is unknown color: approx Indigo. HEX triplet: 52, 09 and 7D. RGB value is (82,9,125). Sum of RGB (Red+Green+Blue) = 82+9+125=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #52097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097D is #ADF682. Grayscale: #2B2B2B. Windows color (decimal): -11400835 or 8194386. OLE color: 8194386.

HSL color Cylindrical-coordinate representation of color #52097D: hue angle of 277.76º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52097D is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB829125-
CMYK0.340.9300.51
HSL277.76º86.57%26.27%-
HSV(B)277.76º92.8%49.02%-
XYZ7.283.4719.69-
YUV44.05173.68155.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 125 (49.22% from 255) = 57.87%
R=37.96%
G=4.17%
B=57.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8291250.340.9300.51277.7686.5726.27
Hex5297D225D033116571a
Octal122111754213506342612732
Binary10100101001111110110001010111010110011100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52097D; }

 p { color: rgb(82,9,125); }

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

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

 a { background-color: rgb(82,9,125); }

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

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

 span { border-color: rgb(82,9,125); }

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