Html Css Color HEX #322177 Persian Indigo

📋 copy color: '#322177'

red 50 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #322177

Tints of Persian Indigo #322177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 24.75%
G = 16.34%
B = 58.91%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#322177 (or 0x322177) is known color: Persian Indigo. HEX triplet: 32, 21 and 77. RGB value is (50,33,119). Sum of RGB (Red+Green+Blue) = 50+33+119=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #322177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322177 is #CDDE88. Grayscale: #2F2F2F. Windows color (decimal): -13491849 or 7807282. OLE color: 7807282.

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

Color convert

RGB 50 33 119 -
CMYK 0.58 0.72 0 0.53
HSL 251.86º 0.57% 0.3% -
HSV(B) 251.86º 0.72% 0.47% -
XYZ 5.19 3.1 17.78 -
YUV 47.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 50 33 119 0.58 0.72 0 0.53 251.86 0.57 0.3
Hex 32 21 77 3A 48 0 35 FC 39 1E
Octal 62 41 167 72 110 0 65 374 71 36
Binary 110010 100001 1110111 111010 1001000 0 110101 11111100 111001 11110

Color Harmonies of #322177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322177

Black with #322177

Text Example


Text Example

White with #322177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322177; }

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

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

background-color css

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

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

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

border-color css

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

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

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