#322289

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

Shades of Persian Indigo #322289

Tints of Persian Indigo #322289

Color information

#322289 (or 0x322289) is unknown color: approx Persian Indigo. HEX triplet: 32, 22 and 89. RGB value is (50,34,137). Sum of RGB (Red+Green+Blue) = 50+34+137=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #322289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322289 is #CDDD76. Grayscale: #323232. Windows color (decimal): -13491575 or 8987186. OLE color: 8987186.

HSL color Cylindrical-coordinate representation of color #322289: hue angle of 249.32º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322289 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5034137-
CMYK0.640.7500.46
HSL249.32º60.23%33.53%-
HSV(B)249.32º75.18%53.73%-
XYZ6.43.6324.03-
YUV50.53176.8127.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=22.62%
G=15.38%
B=61.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50341370.640.7500.46249.3260.2333.53
Hex322289404B02Ef93c22
Octal62422111001130563717442
Binary1100101000101000100110000001001011010111011111001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322289; }

 p { color: rgb(50,34,137); }

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

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

 a { background-color: rgb(50,34,137); }

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

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

 span { border-color: rgb(50,34,137); }

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