Html Css Color HEX #323B91 Jacksons Purple

📋 copy color: '#323B91'

red 50 ◦ green 59 ◦ blue 145

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

Shades of Jacksons Purple #323B91

Tints of Jacksons Purple #323B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

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

R = 19.69%
G = 23.23%
B = 57.09%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323B91 (or 0x323B91) is known color: Jacksons Purple. HEX triplet: 32, 3B and 91. RGB value is (50,59,145). Sum of RGB (Red+Green+Blue) = 50+59+145=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #323B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B91 is #CDC46E. Grayscale: #414141. Windows color (decimal): -13485167 or 9517874. OLE color: 9517874.

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

Color convert

RGB 50 59 145 -
CMYK 0.66 0.59 0 0.43
HSL 234.32º 0.49% 0.38% -
HSV(B) 234.32º 0.66% 0.57% -
XYZ 7.99 5.85 27.5 -
YUV 66.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 50 59 145 0.66 0.59 0 0.43 234.32 0.49 0.38
Hex 32 3B 91 42 3B 0 2B EA 31 26
Octal 62 73 221 102 73 0 53 352 61 46
Binary 110010 111011 10010001 1000010 111011 0 101011 11101010 110001 100110

Color Harmonies of #323B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B91

Black with #323B91

Text Example


Text Example

White with #323B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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