Html Css Color HEX #323595 Jacksons Purple

📋 copy color: '#323595'

red 50 ◦ green 53 ◦ blue 149

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

Shades of Jacksons Purple #323595

Tints of Jacksons Purple #323595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 19.84%
G = 21.03%
B = 59.13%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323595 (or 0x323595) is known color: Jacksons Purple. HEX triplet: 32, 35 and 95. RGB value is (50,53,149). Sum of RGB (Red+Green+Blue) = 50+53+149=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #323595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323595 is #CDCA6A. Grayscale: #3E3E3E. Windows color (decimal): -13486699 or 9778482. OLE color: 9778482.

HSL color Cylindrical-coordinate representation of color #323595: hue angle of 238.18º 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 #323595 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 53 149 -
CMYK 0.66 0.64 0 0.42
HSL 238.18º 0.5% 0.39% -
HSV(B) 238.18º 0.66% 0.58% -
XYZ 8.01 5.39 29.05 -
YUV 63.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 50 53 149 0.66 0.64 0 0.42 238.18 0.5 0.39
Hex 32 35 95 42 40 0 2A EE 32 27
Octal 62 65 225 102 100 0 52 356 62 47
Binary 110010 110101 10010101 1000010 1000000 0 101010 11101110 110010 100111

Color Harmonies of #323595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323595

Black with #323595

Text Example


Text Example

White with #323595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323595; }

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

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

background-color css

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

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

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

border-color css

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

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

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