Html Css Color HEX #323495 Jacksons Purple

📋 copy color: '#323495'

red 50 ◦ green 52 ◦ blue 149

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

Shades of Jacksons Purple #323495

Tints of Jacksons Purple #323495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 19.92%
G = 20.72%
B = 59.36%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323495 (or 0x323495) is known color: Jacksons Purple. HEX triplet: 32, 34 and 95. RGB value is (50,52,149). Sum of RGB (Red+Green+Blue) = 50+52+149=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #323495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323495 is #CDCB6A. Grayscale: #3E3E3E. Windows color (decimal): -13486955 or 9778226. OLE color: 9778226.

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

Color convert

RGB 50 52 149 -
CMYK 0.66 0.65 0 0.42
HSL 238.79º 0.5% 0.39% -
HSV(B) 238.79º 0.66% 0.58% -
XYZ 7.97 5.3 29.04 -
YUV 62.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 50 52 149 0.66 0.65 0 0.42 238.79 0.5 0.39
Hex 32 34 95 42 41 0 2A EF 32 27
Octal 62 64 225 102 101 0 52 357 62 47
Binary 110010 110100 10010101 1000010 1000001 0 101010 11101111 110010 100111

Color Harmonies of #323495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323495

Black with #323495

Text Example


Text Example

White with #323495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323495; }

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

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

background-color css

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

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

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

border-color css

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

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

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