Html Css Color HEX #322195 Persian Indigo

📋 copy color: '#322195'

red 50 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #322195

Tints of Persian Indigo #322195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 21.55%
G = 14.22%
B = 64.22%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322195 (or 0x322195) is known color: Persian Indigo. HEX triplet: 32, 21 and 95. RGB value is (50,33,149). Sum of RGB (Red+Green+Blue) = 50+33+149=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #322195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322195 is #CDDE6A. Grayscale: #323232. Windows color (decimal): -13491819 or 9773362. OLE color: 9773362.

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

Color convert

RGB 50 33 149 -
CMYK 0.66 0.78 0 0.42
HSL 248.79º 0.64% 0.36% -
HSV(B) 248.79º 0.78% 0.58% -
XYZ 7.28 3.94 28.81 -
YUV 51.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 50 33 149 0.66 0.78 0 0.42 248.79 0.64 0.36
Hex 32 21 95 42 4E 0 2A F9 40 24
Octal 62 41 225 102 116 0 52 371 100 44
Binary 110010 100001 10010101 1000010 1001110 0 101010 11111001 1000000 100100

Color Harmonies of #322195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322195

Black with #322195

Text Example


Text Example

White with #322195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322195; }

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

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

background-color css

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

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

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

border-color css

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

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

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