Html Css Color HEX #321E84 Persian Indigo

📋 copy color: '#321E84'

red 50 ◦ green 30 ◦ blue 132

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

Shades of Persian Indigo #321E84

Tints of Persian Indigo #321E84

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.15%

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

R = 23.58%
G = 14.15%
B = 62.26%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321E84 (or 0x321E84) is known color: Persian Indigo. HEX triplet: 32, 1E and 84. RGB value is (50,30,132). Sum of RGB (Red+Green+Blue) = 50+30+132=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #321E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E84 is #CDE17B. Grayscale: #2F2F2F. Windows color (decimal): -13492604 or 8658482. OLE color: 8658482.

HSL color Cylindrical-coordinate representation of color #321E84: hue angle of 251.76º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321E84 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 30 132 -
CMYK 0.62 0.77 0 0.48
HSL 251.76º 0.63% 0.32% -
HSV(B) 251.76º 0.77% 0.52% -
XYZ 5.94 3.27 22.15 -
YUV 47.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 50 30 132 0.62 0.77 0 0.48 251.76 0.63 0.32
Hex 32 1E 84 3E 4D 0 30 FC 3F 20
Octal 62 36 204 76 115 0 60 374 77 40
Binary 110010 11110 10000100 111110 1001101 0 110000 11111100 111111 100000

Color Harmonies of #321E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E84

Black with #321E84

Text Example


Text Example

White with #321E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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