Html Css Color HEX #322174 Persian Indigo

📋 copy color: '#322174'

red 50 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #322174

Tints of Persian Indigo #322174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 25.13%
G = 16.58%
B = 58.29%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322174 (or 0x322174) is known color: Persian Indigo. HEX triplet: 32, 21 and 74. RGB value is (50,33,116). Sum of RGB (Red+Green+Blue) = 50+33+116=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #322174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322174 is #CDDE8B. Grayscale: #2F2F2F. Windows color (decimal): -13491852 or 7610674. OLE color: 7610674.

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

Color convert

RGB 50 33 116 -
CMYK 0.57 0.72 0 0.55
HSL 252.29º 0.56% 0.29% -
HSV(B) 252.29º 0.72% 0.45% -
XYZ 5.01 3.03 16.84 -
YUV 47.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 50 33 116 0.57 0.72 0 0.55 252.29 0.56 0.29
Hex 32 21 74 39 48 0 37 FC 38 1D
Octal 62 41 164 71 110 0 67 374 70 35
Binary 110010 100001 1110100 111001 1001000 0 110111 11111100 111000 11101

Color Harmonies of #322174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322174

Black with #322174

Text Example


Text Example

White with #322174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322174; }

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

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

background-color css

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

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

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

border-color css

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

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

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