#52168e

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

Shades of Indigo #52168E

Tints of Indigo #52168E

Color information

#52168E (or 0x52168E) is unknown color: approx Indigo. HEX triplet: 52, 16 and 8E. RGB value is (82,22,142). Sum of RGB (Red+Green+Blue) = 82+22+142=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #52168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52168E is #ADE971. Grayscale: #353535. Windows color (decimal): -11397490 or 9311826. OLE color: 9311826.

HSL color Cylindrical-coordinate representation of color #52168E: hue angle of 270º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52168E is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8222142-
CMYK0.420.8500.44
HSL270º73.17%32.16%-
HSV(B)270º84.51%55.69%-
XYZ8.654.3225.97-
YUV53.62177.88148.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 142 (55.86% from 255) = 57.72%
R=33.33%
G=8.94%
B=57.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82221420.420.8500.4427073.1732.16
Hex52168E2A5502C10e4920
Octal122262165212505441611140
Binary10100101011010001110101010101010101011001000011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52168e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52168e; }

 p { color: rgb(82,22,142); }

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

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

 a { background-color: rgb(82,22,142); }

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

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

 span { border-color: rgb(82,22,142); }

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