Html Css Color HEX #323694 Jacksons Purple

📋 copy color: '#323694'

red 50 ◦ green 54 ◦ blue 148

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

Shades of Jacksons Purple #323694

Tints of Jacksons Purple #323694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 19.84%
G = 21.43%
B = 58.73%

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

#323694 (or 0x323694) is known color: Jacksons Purple. HEX triplet: 32, 36 and 94. RGB value is (50,54,148). Sum of RGB (Red+Green+Blue) = 50+54+148=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #323694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323694 is #CDC96B. Grayscale: #3F3F3F. Windows color (decimal): -13486444 or 9713202. OLE color: 9713202.

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

Color convert

RGB 50 54 148 -
CMYK 0.66 0.64 0 0.42
HSL 237.55º 0.49% 0.39% -
HSV(B) 237.55º 0.66% 0.58% -
XYZ 7.98 5.45 28.65 -
YUV 63.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 50 54 148 0.66 0.64 0 0.42 237.55 0.49 0.39
Hex 32 36 94 42 40 0 2A EE 31 27
Octal 62 66 224 102 100 0 52 356 61 47
Binary 110010 110110 10010100 1000010 1000000 0 101010 11101110 110001 100111

Color Harmonies of #323694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323694

Black with #323694

Text Example


Text Example

White with #323694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323694; }

 p { color: rgb(50,54,148); }

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

background-color css

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

 a { background-color: rgb(50,54,148); }

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

border-color css

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

 span { border-color: rgb(50,54,148); }

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