#322072

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

Shades of Persian Indigo #322072

Tints of Persian Indigo #322072

Color information

#322072 (or 0x322072) is unknown color: approx Persian Indigo. HEX triplet: 32, 20 and 72. RGB value is (50,32,114). Sum of RGB (Red+Green+Blue) = 50+32+114=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #322072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322072 is #CDDF8D. Grayscale: #2E2E2E. Windows color (decimal): -13492110 or 7479346. OLE color: 7479346.

HSL color Cylindrical-coordinate representation of color #322072: hue angle of 253.17º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322072 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5032114-
CMYK0.560.7200.55
HSL253.17º56.16%28.63%-
HSV(B)253.17º71.93%44.71%-
XYZ4.872.9316.23-
YUV46.73165.96130.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=25.51%
G=16.33%
B=58.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50321140.560.7200.55253.1756.1628.63
Hex3220723848037fd381d
Octal6240162701100673757035
Binary1100101000001110010111000100100001101111111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322072; }

 p { color: rgb(50,32,114); }

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

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

 a { background-color: rgb(50,32,114); }

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

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

 span { border-color: rgb(50,32,114); }

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