#52169E

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

Shades of Indigo #52169E

Tints of Indigo #52169E

Color information

#52169E (or 0x52169E) is unknown color: approx Indigo. HEX triplet: 52, 16 and 9E. RGB value is (82,22,158). Sum of RGB (Red+Green+Blue) = 82+22+158=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #52169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52169E is #ADE961. Grayscale: #363636. Windows color (decimal): -11397474 or 10360402. OLE color: 10360402.

HSL color Cylindrical-coordinate representation of color #52169E: hue angle of 266.47º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52169E is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8222158-
CMYK0.480.8600.38
HSL266.47º75.56%35.29%-
HSV(B)266.47º86.08%61.96%-
XYZ9.944.8432.76-
YUV55.44185.88146.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=31.30%
G=8.40%
B=60.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82221580.480.8600.38266.4775.5635.29
Hex52169E305602610a4c23
Octal122262366012604641211443
Binary10100101011010011110110000101011001001101000010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52169E; }

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

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

<style>
 a { background-color: #52169E; }

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

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

<style>
 span { border-color: #52169E; }

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

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