Html Css Color HEX #323592 Jacksons Purple

📋 copy color: '#323592'

red 50 ◦ green 53 ◦ blue 146

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

Shades of Jacksons Purple #323592

Tints of Jacksons Purple #323592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 20.08%
G = 21.29%
B = 58.63%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323592 (or 0x323592) is known color: Jacksons Purple. HEX triplet: 32, 35 and 92. RGB value is (50,53,146). Sum of RGB (Red+Green+Blue) = 50+53+146=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #323592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323592 is #CDCA6D. Grayscale: #3E3E3E. Windows color (decimal): -13486702 or 9581874. OLE color: 9581874.

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

Color convert

RGB 50 53 146 -
CMYK 0.66 0.64 0 0.43
HSL 238.13º 0.49% 0.38% -
HSV(B) 238.13º 0.66% 0.57% -
XYZ 7.78 5.3 27.81 -
YUV 62.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 50 53 146 0.66 0.64 0 0.43 238.13 0.49 0.38
Hex 32 35 92 42 40 0 2B EE 31 26
Octal 62 65 222 102 100 0 53 356 61 46
Binary 110010 110101 10010010 1000010 1000000 0 101011 11101110 110001 100110

Color Harmonies of #323592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323592

Black with #323592

Text Example


Text Example

White with #323592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323592; }

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

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

background-color css

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

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

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

border-color css

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

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

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