Html Css Color HEX #322196 Persian Indigo

📋 copy color: '#322196'

red 50 ◦ green 33 ◦ blue 150

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

Shades of Persian Indigo #322196

Tints of Persian Indigo #322196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.38%

R = 21.46%
G = 14.16%
B = 64.38%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322196 (or 0x322196) is known color: Persian Indigo. HEX triplet: 32, 21 and 96. RGB value is (50,33,150). Sum of RGB (Red+Green+Blue) = 50+33+150=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #322196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322196 is #CDDE69. Grayscale: #323232. Windows color (decimal): -13491818 or 9838898. OLE color: 9838898.

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

Color convert

RGB 50 33 150 -
CMYK 0.67 0.78 0 0.41
HSL 248.72º 0.64% 0.36% -
HSV(B) 248.72º 0.78% 0.59% -
XYZ 7.36 3.97 29.23 -
YUV 51.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 50 33 150 0.67 0.78 0 0.41 248.72 0.64 0.36
Hex 32 21 96 43 4E 0 29 F9 40 24
Octal 62 41 226 103 116 0 51 371 100 44
Binary 110010 100001 10010110 1000011 1001110 0 101001 11111001 1000000 100100

Color Harmonies of #322196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322196

Black with #322196

Text Example


Text Example

White with #322196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322196; }

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

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

background-color css

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

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

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

border-color css

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

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

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