#322172

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

Shades of Persian Indigo #322172

Tints of Persian Indigo #322172

Color information

#322172 (or 0x322172) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 72. RGB value is (50,33,114). Sum of RGB (Red+Green+Blue) = 50+33+114=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #322172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322172 is #CDDE8D. Grayscale: #2F2F2F. Windows color (decimal): -13491854 or 7479602. OLE color: 7479602.

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

Color convert

RGB5033114-
CMYK0.560.7100.55
HSL252.59º55.1%28.82%-
HSV(B)252.59º71.05%44.71%-
XYZ4.92.9816.24-
YUV47.32165.63129.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=25.38%
G=16.75%
B=57.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50331140.560.7100.55252.5955.128.82
Hex3221723847037fd371d
Octal6241162701070673756735
Binary1100101000011110010111000100011101101111111110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322172; }

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

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

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

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

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

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

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

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