Html Css Color HEX #321584 Persian Indigo

📋 copy color: '#321584'

red 50 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #321584

Tints of Persian Indigo #321584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 24.63%
G = 10.34%
B = 65.02%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321584 (or 0x321584) is known color: Persian Indigo. HEX triplet: 32, 15 and 84. RGB value is (50,21,132). Sum of RGB (Red+Green+Blue) = 50+21+132=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #321584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321584 is #CDEA7B. Grayscale: #292929. Windows color (decimal): -13494908 or 8656178. OLE color: 8656178.

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

Color convert

RGB 50 21 132 -
CMYK 0.62 0.84 0 0.48
HSL 255.68º 0.73% 0.3% -
HSV(B) 255.68º 0.84% 0.52% -
XYZ 5.75 2.88 22.08 -
YUV 42.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 50 21 132 0.62 0.84 0 0.48 255.68 0.73 0.3
Hex 32 15 84 3E 54 0 30 100 49 1E
Octal 62 25 204 76 124 0 60 400 111 36
Binary 110010 10101 10000100 111110 1010100 0 110000 100000000 1001001 11110

Color Harmonies of #321584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321584

Black with #321584

Text Example


Text Example

White with #321584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321584; }

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

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

background-color css

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

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

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

border-color css

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

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

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