Html Css Color HEX #323994 Jacksons Purple

📋 copy color: '#323994'

red 50 ◦ green 57 ◦ blue 148

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

Shades of Jacksons Purple #323994

Tints of Jacksons Purple #323994

RGB

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

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

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

R = 19.61%
G = 22.35%
B = 58.04%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323994 (or 0x323994) is known color: Jacksons Purple. HEX triplet: 32, 39 and 94. RGB value is (50,57,148). Sum of RGB (Red+Green+Blue) = 50+57+148=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #323994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323994 is #CDC66B. Grayscale: #404040. Windows color (decimal): -13485676 or 9713970. OLE color: 9713970.

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

Color convert

RGB 50 57 148 -
CMYK 0.66 0.61 0 0.42
HSL 235.71º 0.49% 0.39% -
HSV(B) 235.71º 0.66% 0.58% -
XYZ 8.12 5.74 28.7 -
YUV 65.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 50 57 148 0.66 0.61 0 0.42 235.71 0.49 0.39
Hex 32 39 94 42 3D 0 2A EC 31 27
Octal 62 71 224 102 75 0 52 354 61 47
Binary 110010 111001 10010100 1000010 111101 0 101010 11101100 110001 100111

Color Harmonies of #323994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323994

Black with #323994

Text Example


Text Example

White with #323994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323994; }

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

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

background-color css

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

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

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

border-color css

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

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

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