Html Css Color HEX #323B84 Jacksons Purple

📋 copy color: '#323B84'

red 50 ◦ green 59 ◦ blue 132

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

Shades of Jacksons Purple #323B84

Tints of Jacksons Purple #323B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 20.75%
G = 24.48%
B = 54.77%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323B84 (or 0x323B84) is known color: Jacksons Purple. HEX triplet: 32, 3B and 84. RGB value is (50,59,132). Sum of RGB (Red+Green+Blue) = 50+59+132=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #323B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B84 is #CDC47B. Grayscale: #404040. Windows color (decimal): -13485180 or 8665906. OLE color: 8665906.

HSL color Cylindrical-coordinate representation of color #323B84: hue angle of 233.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323B84 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 59 132 -
CMYK 0.62 0.55 0 0.48
HSL 233.41º 0.45% 0.36% -
HSV(B) 233.41º 0.62% 0.52% -
XYZ 7.04 5.47 22.51 -
YUV 64.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 50 59 132 0.62 0.55 0 0.48 233.41 0.45 0.36
Hex 32 3B 84 3E 37 0 30 E9 2D 24
Octal 62 73 204 76 67 0 60 351 55 44
Binary 110010 111011 10000100 111110 110111 0 110000 11101001 101101 100100

Color Harmonies of #323B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B84

Black with #323B84

Text Example


Text Example

White with #323B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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