Html Css Color HEX #323995 Jacksons Purple

📋 copy color: '#323995'

red 50 ◦ green 57 ◦ blue 149

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

Shades of Jacksons Purple #323995

Tints of Jacksons Purple #323995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

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

R = 19.53%
G = 22.27%
B = 58.2%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323995 (or 0x323995) is known color: Jacksons Purple. HEX triplet: 32, 39 and 95. RGB value is (50,57,149). Sum of RGB (Red+Green+Blue) = 50+57+149=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #323995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323995 is #CDC66A. Grayscale: #414141. Windows color (decimal): -13485675 or 9779506. OLE color: 9779506.

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

Color convert

RGB 50 57 149 -
CMYK 0.66 0.62 0 0.42
HSL 235.76º 0.5% 0.39% -
HSV(B) 235.76º 0.66% 0.58% -
XYZ 8.2 5.77 29.12 -
YUV 65.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 50 57 149 0.66 0.62 0 0.42 235.76 0.5 0.39
Hex 32 39 95 42 3E 0 2A EC 32 27
Octal 62 71 225 102 76 0 52 354 62 47
Binary 110010 111001 10010101 1000010 111110 0 101010 11101100 110010 100111

Color Harmonies of #323995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323995

Black with #323995

Text Example


Text Example

White with #323995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323995; }

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

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

background-color css

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

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

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

border-color css

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

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

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