Html Css Color HEX #323884 Jacksons Purple

📋 copy color: '#323884'

red 50 ◦ green 56 ◦ blue 132

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

Shades of Jacksons Purple #323884

Tints of Jacksons Purple #323884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 21.01%
G = 23.53%
B = 55.46%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323884 (or 0x323884) is known color: Jacksons Purple. HEX triplet: 32, 38 and 84. RGB value is (50,56,132). Sum of RGB (Red+Green+Blue) = 50+56+132=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #323884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323884 is #CDC77B. Grayscale: #3E3E3E. Windows color (decimal): -13485948 or 8665138. OLE color: 8665138.

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

Color convert

RGB 50 56 132 -
CMYK 0.62 0.58 0 0.48
HSL 235.61º 0.45% 0.36% -
HSV(B) 235.61º 0.62% 0.52% -
XYZ 6.89 5.17 22.46 -
YUV 62.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 50 56 132 0.62 0.58 0 0.48 235.61 0.45 0.36
Hex 32 38 84 3E 3A 0 30 EC 2D 24
Octal 62 70 204 76 72 0 60 354 55 44
Binary 110010 111000 10000100 111110 111010 0 110000 11101100 101101 100100

Color Harmonies of #323884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323884

Black with #323884

Text Example


Text Example

White with #323884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323884; }

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

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

background-color css

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

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

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

border-color css

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

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

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