Html Css Color HEX #323D91 Jacksons Purple

📋 copy color: '#323D91'

red 50 ◦ green 61 ◦ blue 145

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

Shades of Jacksons Purple #323D91

Tints of Jacksons Purple #323D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

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

R = 19.53%
G = 23.83%
B = 56.64%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323D91 (or 0x323D91) is known color: Jacksons Purple. HEX triplet: 32, 3D and 91. RGB value is (50,61,145). Sum of RGB (Red+Green+Blue) = 50+61+145=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #323D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D91 is #CDC26E. Grayscale: #424242. Windows color (decimal): -13484655 or 9518386. OLE color: 9518386.

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

Color convert

RGB 50 61 145 -
CMYK 0.66 0.58 0 0.43
HSL 233.05º 0.49% 0.38% -
HSV(B) 233.05º 0.66% 0.57% -
XYZ 8.09 6.06 27.53 -
YUV 67.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 50 61 145 0.66 0.58 0 0.43 233.05 0.49 0.38
Hex 32 3D 91 42 3A 0 2B E9 31 26
Octal 62 75 221 102 72 0 53 351 61 46
Binary 110010 111101 10010001 1000010 111010 0 101011 11101001 110001 100110

Color Harmonies of #323D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D91

Black with #323D91

Text Example


Text Example

White with #323D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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