Html Css Color HEX #322175 Persian Indigo

📋 copy color: '#322175'

red 50 ◦ green 33 ◦ blue 117

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

Shades of Persian Indigo #322175

Tints of Persian Indigo #322175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 25%
G = 16.5%
B = 58.5%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322175 (or 0x322175) is known color: Persian Indigo. HEX triplet: 32, 21 and 75. RGB value is (50,33,117). Sum of RGB (Red+Green+Blue) = 50+33+117=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #322175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322175 is #CDDE8A. Grayscale: #2F2F2F. Windows color (decimal): -13491851 or 7676210. OLE color: 7676210.

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

Color convert

RGB 50 33 117 -
CMYK 0.57 0.72 0 0.54
HSL 252.14º 0.56% 0.29% -
HSV(B) 252.14º 0.72% 0.46% -
XYZ 5.07 3.05 17.15 -
YUV 47.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 50 33 117 0.57 0.72 0 0.54 252.14 0.56 0.29
Hex 32 21 75 39 48 0 36 FC 38 1D
Octal 62 41 165 71 110 0 66 374 70 35
Binary 110010 100001 1110101 111001 1001000 0 110110 11111100 111000 11101

Color Harmonies of #322175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322175

Black with #322175

Text Example


Text Example

White with #322175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322175; }

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

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

background-color css

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

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

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

border-color css

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

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

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