Html Css Color HEX #322176 Persian Indigo

📋 copy color: '#322176'

red 50 ◦ green 33 ◦ blue 118

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

Shades of Persian Indigo #322176

Tints of Persian Indigo #322176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 24.88%
G = 16.42%
B = 58.71%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322176 (or 0x322176) is known color: Persian Indigo. HEX triplet: 32, 21 and 76. RGB value is (50,33,118). Sum of RGB (Red+Green+Blue) = 50+33+118=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #322176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322176 is #CDDE89. Grayscale: #2F2F2F. Windows color (decimal): -13491850 or 7741746. OLE color: 7741746.

HSL color Cylindrical-coordinate representation of color #322176: hue angle of 252º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322176 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 33 118 -
CMYK 0.58 0.72 0 0.54
HSL 252º 0.56% 0.3% -
HSV(B) 252º 0.72% 0.46% -
XYZ 5.13 3.07 17.46 -
YUV 47.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 50 33 118 0.58 0.72 0 0.54 252 0.56 0.3
Hex 32 21 76 3A 48 0 36 FC 38 1E
Octal 62 41 166 72 110 0 66 374 70 36
Binary 110010 100001 1110110 111010 1001000 0 110110 11111100 111000 11110

Color Harmonies of #322176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322176

Black with #322176

Text Example


Text Example

White with #322176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322176; }

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

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

background-color css

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

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

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

border-color css

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

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

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