#322393

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

Shades of Persian Indigo #322393

Tints of Persian Indigo #322393

Color information

#322393 (or 0x322393) is unknown color: approx Persian Indigo. HEX triplet: 32, 23 and 93. RGB value is (50,35,147). Sum of RGB (Red+Green+Blue) = 50+35+147=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #322393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322393 is #CDDC6C. Grayscale: #333333. Windows color (decimal): -13491309 or 9642802. OLE color: 9642802.

HSL color Cylindrical-coordinate representation of color #322393: hue angle of 248.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322393 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5035147-
CMYK0.660.7600.42
HSL248.04º61.54%35.69%-
HSV(B)248.04º76.19%57.65%-
XYZ7.183.9927.99-
YUV52.25181.47126.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=21.55%
G=15.09%
B=63.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50351470.660.7600.42248.0461.5435.69
Hex322393424C02Af83e24
Octal62432231021140523707644
Binary1100101000111001001110000101001100010101011111000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322393; }

 p { color: rgb(50,35,147); }

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

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

 a { background-color: rgb(50,35,147); }

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

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

 span { border-color: rgb(50,35,147); }

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