Html Css Color HEX #323992 Jacksons Purple

📋 copy color: '#323992'

red 50 ◦ green 57 ◦ blue 146

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

Shades of Jacksons Purple #323992

Tints of Jacksons Purple #323992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 19.76%
G = 22.53%
B = 57.71%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323992 (or 0x323992) is known color: Jacksons Purple. HEX triplet: 32, 39 and 92. RGB value is (50,57,146). Sum of RGB (Red+Green+Blue) = 50+57+146=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #323992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323992 is #CDC66D. Grayscale: #404040. Windows color (decimal): -13485678 or 9582898. OLE color: 9582898.

HSL color Cylindrical-coordinate representation of color #323992: hue angle of 235.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323992 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 57 146 -
CMYK 0.66 0.61 0 0.43
HSL 235.63º 0.49% 0.38% -
HSV(B) 235.63º 0.66% 0.57% -
XYZ 7.97 5.68 27.87 -
YUV 65.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 50 57 146 0.66 0.61 0 0.43 235.63 0.49 0.38
Hex 32 39 92 42 3D 0 2B EC 31 26
Octal 62 71 222 102 75 0 53 354 61 46
Binary 110010 111001 10010010 1000010 111101 0 101011 11101100 110001 100110

Color Harmonies of #323992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323992

Black with #323992

Text Example


Text Example

White with #323992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323992; }

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

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

background-color css

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

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

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

border-color css

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

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

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