Html Css Color HEX #323B8E Jacksons Purple

📋 copy color: '#323B8E'

red 50 ◦ green 59 ◦ blue 142

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

Shades of Jacksons Purple #323B8E

Tints of Jacksons Purple #323B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 19.92%
G = 23.51%
B = 56.57%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323B8E (or 0x323B8E) is known color: Jacksons Purple. HEX triplet: 32, 3B and 8E. RGB value is (50,59,142). Sum of RGB (Red+Green+Blue) = 50+59+142=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #323B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B8E is #CDC471. Grayscale: #414141. Windows color (decimal): -13485170 or 9321266. OLE color: 9321266.

HSL color Cylindrical-coordinate representation of color #323B8E: hue angle of 234.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323B8E is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 59 142 -
CMYK 0.65 0.58 0 0.44
HSL 234.13º 0.48% 0.38% -
HSV(B) 234.13º 0.65% 0.56% -
XYZ 7.76 5.76 26.29 -
YUV 65.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 50 59 142 0.65 0.58 0 0.44 234.13 0.48 0.38
Hex 32 3B 8E 41 3A 0 2C EA 30 26
Octal 62 73 216 101 72 0 54 352 60 46
Binary 110010 111011 10001110 1000001 111010 0 101100 11101010 110000 100110

Color Harmonies of #323B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B8E

Black with #323B8E

Text Example


Text Example

White with #323B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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