Html Css Color HEX #322192 Persian Indigo

📋 copy color: '#322192'

red 50 ◦ green 33 ◦ blue 146

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

Shades of Persian Indigo #322192

Tints of Persian Indigo #322192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 21.83%
G = 14.41%
B = 63.76%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322192 (or 0x322192) is known color: Persian Indigo. HEX triplet: 32, 21 and 92. RGB value is (50,33,146). Sum of RGB (Red+Green+Blue) = 50+33+146=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #322192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322192 is #CDDE6D. Grayscale: #323232. Windows color (decimal): -13491822 or 9576754. OLE color: 9576754.

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

Color convert

RGB 50 33 146 -
CMYK 0.66 0.77 0 0.43
HSL 249.03º 0.63% 0.35% -
HSV(B) 249.03º 0.77% 0.57% -
XYZ 7.05 3.84 27.56 -
YUV 50.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 50 33 146 0.66 0.77 0 0.43 249.03 0.63 0.35
Hex 32 21 92 42 4D 0 2B F9 3F 23
Octal 62 41 222 102 115 0 53 371 77 43
Binary 110010 100001 10010010 1000010 1001101 0 101011 11111001 111111 100011

Color Harmonies of #322192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322192

Black with #322192

Text Example


Text Example

White with #322192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322192; }

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

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

background-color css

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

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

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

border-color css

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

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

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