Html Css Color HEX #321984 Persian Indigo

📋 copy color: '#321984'

red 50 ◦ green 25 ◦ blue 132

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

Shades of Persian Indigo #321984

Tints of Persian Indigo #321984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 24.15%
G = 12.08%
B = 63.77%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321984 (or 0x321984) is known color: Persian Indigo. HEX triplet: 32, 19 and 84. RGB value is (50,25,132). Sum of RGB (Red+Green+Blue) = 50+25+132=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #321984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321984 is #CDE67B. Grayscale: #2C2C2C. Windows color (decimal): -13493884 or 8657202. OLE color: 8657202.

HSL color Cylindrical-coordinate representation of color #321984: hue angle of 254.02º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321984 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 25 132 -
CMYK 0.62 0.81 0 0.48
HSL 254.02º 0.68% 0.31% -
HSV(B) 254.02º 0.81% 0.52% -
XYZ 5.83 3.04 22.11 -
YUV 44.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 50 25 132 0.62 0.81 0 0.48 254.02 0.68 0.31
Hex 32 19 84 3E 51 0 30 FE 44 1F
Octal 62 31 204 76 121 0 60 376 104 37
Binary 110010 11001 10000100 111110 1010001 0 110000 11111110 1000100 11111

Color Harmonies of #321984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321984

Black with #321984

Text Example


Text Example

White with #321984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321984; }

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

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

background-color css

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

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

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

border-color css

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

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

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