Html Css Color HEX #322091 Persian Indigo

📋 copy color: '#322091'

red 50 ◦ green 32 ◦ blue 145

#322091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #322091

Tints of Persian Indigo #322091

RGB

 RED value IS 50 (19.92% from 255) = 22.03%

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 22.03%
G = 14.1%
B = 63.88%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322091 (or 0x322091) is known color: Persian Indigo. HEX triplet: 32, 20 and 91. RGB value is (50,32,145). Sum of RGB (Red+Green+Blue) = 50+32+145=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #322091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322091 is #CDDF6E. Grayscale: #313131. Windows color (decimal): -13492079 or 9510962. OLE color: 9510962.

HSL color Cylindrical-coordinate representation of color #322091: hue angle of 249.56º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322091 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 32 145 -
CMYK 0.66 0.78 0 0.43
HSL 249.56º 0.64% 0.35% -
HSV(B) 249.56º 0.78% 0.57% -
XYZ 6.94 3.76 27.15 -
YUV 50.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 50 32 145 0.66 0.78 0 0.43 249.56 0.64 0.35
Hex 32 20 91 42 4E 0 2B FA 40 23
Octal 62 40 221 102 116 0 53 372 100 43
Binary 110010 100000 10010001 1000010 1001110 0 101011 11111010 1000000 100011

Color Harmonies of #322091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322091

Black with #322091

Text Example


Text Example

White with #322091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322091; }

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

 H1.HeaderClassName
 {
   color: #322091;
 }
 .AnyTagClassName
 {
   color: #322091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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