Html Css Color HEX #323492 Jacksons Purple

📋 copy color: '#323492'

red 50 ◦ green 52 ◦ blue 146

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

Shades of Jacksons Purple #323492

Tints of Jacksons Purple #323492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 20.16%
G = 20.97%
B = 58.87%

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

#323492 (or 0x323492) is known color: Jacksons Purple. HEX triplet: 32, 34 and 92. RGB value is (50,52,146). Sum of RGB (Red+Green+Blue) = 50+52+146=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #323492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323492 is #CDCB6D. Grayscale: #3D3D3D. Windows color (decimal): -13486958 or 9581618. OLE color: 9581618.

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

Color convert

RGB 50 52 146 -
CMYK 0.66 0.64 0 0.43
HSL 238.75º 0.49% 0.38% -
HSV(B) 238.75º 0.66% 0.57% -
XYZ 7.73 5.21 27.79 -
YUV 62.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 50 52 146 0.66 0.64 0 0.43 238.75 0.49 0.38
Hex 32 34 92 42 40 0 2B EF 31 26
Octal 62 64 222 102 100 0 53 357 61 46
Binary 110010 110100 10010010 1000010 1000000 0 101011 11101111 110001 100110

Color Harmonies of #323492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323492

Black with #323492

Text Example


Text Example

White with #323492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323492; }

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

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

background-color css

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

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

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

border-color css

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

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

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