Html Css Color HEX #322072 Persian Indigo

📋 copy color: '#322072'

red 50 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #322072

Tints of Persian Indigo #322072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 25.51%
G = 16.33%
B = 58.16%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322072 (or 0x322072) is known color: Persian Indigo. HEX triplet: 32, 20 and 72. RGB value is (50,32,114). Sum of RGB (Red+Green+Blue) = 50+32+114=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #322072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322072 is #CDDF8D. Grayscale: #2E2E2E. Windows color (decimal): -13492110 or 7479346. OLE color: 7479346.

HSL color Cylindrical-coordinate representation of color #322072: hue angle of 253.17º 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 #322072 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 32 114 -
CMYK 0.56 0.72 0 0.55
HSL 253.17º 0.56% 0.29% -
HSV(B) 253.17º 0.72% 0.45% -
XYZ 4.87 2.93 16.23 -
YUV 46.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 50 32 114 0.56 0.72 0 0.55 253.17 0.56 0.29
Hex 32 20 72 38 48 0 37 FD 38 1D
Octal 62 40 162 70 110 0 67 375 70 35
Binary 110010 100000 1110010 111000 1001000 0 110111 11111101 111000 11101

Color Harmonies of #322072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322072

Black with #322072

Text Example


Text Example

White with #322072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322072; }

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

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

background-color css

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

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

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

border-color css

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

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

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