#52097F

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

Shades of Indigo #52097F

Tints of Indigo #52097F

Color information

#52097F (or 0x52097F) is unknown color: approx Indigo. HEX triplet: 52, 09 and 7F. RGB value is (82,9,127). Sum of RGB (Red+Green+Blue) = 82+9+127=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #52097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097F is #ADF680. Grayscale: #2B2B2B. Windows color (decimal): -11400833 or 8325458. OLE color: 8325458.

HSL color Cylindrical-coordinate representation of color #52097F: hue angle of 277.12º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52097F is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB829127-
CMYK0.350.9300.50
HSL277.12º86.76%26.67%-
HSV(B)277.12º92.91%49.8%-
XYZ7.413.5220.37-
YUV44.28174.68154.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 127 (50% from 255) = 58.26%
R=37.61%
G=4.13%
B=58.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8291270.350.9300.50277.1286.7626.67
Hex5297F235D032115571b
Octal122111774313506242512733
Binary10100101001111111110001110111010110010100010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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