Html Css Color HEX #323794 Jacksons Purple

📋 copy color: '#323794'

red 50 ◦ green 55 ◦ blue 148

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

Shades of Jacksons Purple #323794

Tints of Jacksons Purple #323794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 19.76%
G = 21.74%
B = 58.5%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323794 (or 0x323794) is known color: Jacksons Purple. HEX triplet: 32, 37 and 94. RGB value is (50,55,148). Sum of RGB (Red+Green+Blue) = 50+55+148=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #323794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323794 is #CDC86B. Grayscale: #3F3F3F. Windows color (decimal): -13486188 or 9713458. OLE color: 9713458.

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

Color convert

RGB 50 55 148 -
CMYK 0.66 0.63 0 0.42
HSL 236.94º 0.49% 0.39% -
HSV(B) 236.94º 0.66% 0.58% -
XYZ 8.03 5.55 28.66 -
YUV 64.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 50 55 148 0.66 0.63 0 0.42 236.94 0.49 0.39
Hex 32 37 94 42 3F 0 2A ED 31 27
Octal 62 67 224 102 77 0 52 355 61 47
Binary 110010 110111 10010100 1000010 111111 0 101010 11101101 110001 100111

Color Harmonies of #323794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323794

Black with #323794

Text Example


Text Example

White with #323794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323794; }

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

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

background-color css

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

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

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

border-color css

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

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

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