Html Css Color HEX #323391 Jacksons Purple

📋 copy color: '#323391'

red 50 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #323391

Tints of Jacksons Purple #323391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 20.33%
G = 20.73%
B = 58.94%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323391 (or 0x323391) is known color: Jacksons Purple. HEX triplet: 32, 33 and 91. RGB value is (50,51,145). Sum of RGB (Red+Green+Blue) = 50+51+145=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #323391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323391 is #CDCC6E. Grayscale: #3D3D3D. Windows color (decimal): -13487215 or 9515826. OLE color: 9515826.

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

Color convert

RGB 50 51 145 -
CMYK 0.66 0.65 0 0.43
HSL 239.37º 0.49% 0.38% -
HSV(B) 239.37º 0.66% 0.57% -
XYZ 7.61 5.09 27.37 -
YUV 61.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 50 51 145 0.66 0.65 0 0.43 239.37 0.49 0.38
Hex 32 33 91 42 41 0 2B EF 31 26
Octal 62 63 221 102 101 0 53 357 61 46
Binary 110010 110011 10010001 1000010 1000001 0 101011 11101111 110001 100110

Color Harmonies of #323391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323391

Black with #323391

Text Example


Text Example

White with #323391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323391; }

 p { color: rgb(50,51,145); }

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

background-color css

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

 a { background-color: rgb(50,51,145); }

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

border-color css

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

 span { border-color: rgb(50,51,145); }

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