Html Css Color HEX #322784 Persian Indigo

📋 copy color: '#322784'

red 50 ◦ green 39 ◦ blue 132

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

Shades of Persian Indigo #322784

Tints of Persian Indigo #322784

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 132 (51.95% from 255) = 59.73%

R = 22.62%
G = 17.65%
B = 59.73%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322784 (or 0x322784) is known color: Persian Indigo. HEX triplet: 32, 27 and 84. RGB value is (50,39,132). Sum of RGB (Red+Green+Blue) = 50+39+132=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #322784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322784 is #CDD87B. Grayscale: #343434. Windows color (decimal): -13490300 or 8660786. OLE color: 8660786.

HSL color Cylindrical-coordinate representation of color #322784: hue angle of 247.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322784 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 39 132 -
CMYK 0.62 0.70 0 0.48
HSL 247.1º 0.54% 0.34% -
HSV(B) 247.1º 0.7% 0.52% -
XYZ 6.21 3.8 22.24 -
YUV 52.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 50 39 132 0.62 0.70 0 0.48 247.1 0.54 0.34
Hex 32 27 84 3E 46 0 30 F7 36 22
Octal 62 47 204 76 106 0 60 367 66 42
Binary 110010 100111 10000100 111110 1000110 0 110000 11110111 110110 100010

Color Harmonies of #322784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322784

Black with #322784

Text Example


Text Example

White with #322784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322784; }

 p { color: rgb(50,39,132); }

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

background-color css

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

 a { background-color: rgb(50,39,132); }

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

border-color css

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

 span { border-color: rgb(50,39,132); }

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