#322785

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

Shades of Persian Indigo #322785

Tints of Persian Indigo #322785

Color information

#322785 (or 0x322785) is unknown color: approx Persian Indigo. HEX triplet: 32, 27 and 85. RGB value is (50,39,133). Sum of RGB (Red+Green+Blue) = 50+39+133=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #322785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322785 is #CDD87A. Grayscale: #343434. Windows color (decimal): -13490299 or 8726322. OLE color: 8726322.

HSL color Cylindrical-coordinate representation of color #322785: hue angle of 247.02º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322785 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5039133-
CMYK0.620.7100.48
HSL247.02º54.65%33.73%-
HSV(B)247.02º70.68%52.16%-
XYZ6.273.8222.6-
YUV53173.14125.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=22.52%
G=17.57%
B=59.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50391330.620.7100.48247.0254.6533.73
Hex3227853E47030f73722
Octal6247205761070603676742
Binary110010100111100001011111101000111011000011110111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322785; }

 p { color: rgb(50,39,133); }

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

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

 a { background-color: rgb(50,39,133); }

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

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

 span { border-color: rgb(50,39,133); }

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