Html Css Color HEX #323496 Jacksons Purple

📋 copy color: '#323496'

red 50 ◦ green 52 ◦ blue 150

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

Shades of Jacksons Purple #323496

Tints of Jacksons Purple #323496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 19.84%
G = 20.63%
B = 59.52%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#323496 (or 0x323496) is known color: Jacksons Purple. HEX triplet: 32, 34 and 96. RGB value is (50,52,150). Sum of RGB (Red+Green+Blue) = 50+52+150=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #323496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323496 is #CDCB69. Grayscale: #3E3E3E. Windows color (decimal): -13486954 or 9843762. OLE color: 9843762.

HSL color Cylindrical-coordinate representation of color #323496: hue angle of 238.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323496 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 52 150 -
CMYK 0.67 0.65 0 0.41
HSL 238.8º 0.5% 0.39% -
HSV(B) 238.8º 0.67% 0.59% -
XYZ 8.05 5.34 29.46 -
YUV 62.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 50 52 150 0.67 0.65 0 0.41 238.8 0.5 0.39
Hex 32 34 96 43 41 0 29 EF 32 27
Octal 62 64 226 103 101 0 51 357 62 47
Binary 110010 110100 10010110 1000011 1000001 0 101001 11101111 110010 100111

Color Harmonies of #323496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323496

Black with #323496

Text Example


Text Example

White with #323496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323496; }

 p { color: rgb(50,52,150); }

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

background-color css

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

 a { background-color: rgb(50,52,150); }

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

border-color css

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

 span { border-color: rgb(50,52,150); }

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