Html Css Color HEX #322172 Persian Indigo

📋 copy color: '#322172'

red 50 ◦ green 33 ◦ blue 114

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

Shades of Persian Indigo #322172

Tints of Persian Indigo #322172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 25.38%
G = 16.75%
B = 57.87%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322172 (or 0x322172) is known color: Persian Indigo. HEX triplet: 32, 21 and 72. RGB value is (50,33,114). Sum of RGB (Red+Green+Blue) = 50+33+114=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #322172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322172 is #CDDE8D. Grayscale: #2F2F2F. Windows color (decimal): -13491854 or 7479602. OLE color: 7479602.

HSL color Cylindrical-coordinate representation of color #322172: hue angle of 252.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322172 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 33 114 -
CMYK 0.56 0.71 0 0.55
HSL 252.59º 0.55% 0.29% -
HSV(B) 252.59º 0.71% 0.45% -
XYZ 4.9 2.98 16.24 -
YUV 47.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 50 33 114 0.56 0.71 0 0.55 252.59 0.55 0.29
Hex 32 21 72 38 47 0 37 FD 37 1D
Octal 62 41 162 70 107 0 67 375 67 35
Binary 110010 100001 1110010 111000 1000111 0 110111 11111101 110111 11101

Color Harmonies of #322172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322172

Black with #322172

Text Example


Text Example

White with #322172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322172; }

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

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

background-color css

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

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

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

border-color css

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

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

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