Html Css Color HEX #323999 Jacksons Purple

📋 copy color: '#323999'

red 50 ◦ green 57 ◦ blue 153

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

Shades of Jacksons Purple #323999

Tints of Jacksons Purple #323999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 19.23%
G = 21.92%
B = 58.85%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323999 (or 0x323999) is known color: Jacksons Purple. HEX triplet: 32, 39 and 99. RGB value is (50,57,153). Sum of RGB (Red+Green+Blue) = 50+57+153=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #323999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323999 is #CDC666. Grayscale: #414141. Windows color (decimal): -13485671 or 10041650. OLE color: 10041650.

HSL color Cylindrical-coordinate representation of color #323999: hue angle of 235.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323999 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 57 153 -
CMYK 0.67 0.63 0 0.4
HSL 235.92º 0.51% 0.4% -
HSV(B) 235.92º 0.67% 0.6% -
XYZ 8.53 5.9 30.83 -
YUV 65.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 50 57 153 0.67 0.63 0 0.4 235.92 0.51 0.4
Hex 32 39 99 43 3F 0 28 EC 33 28
Octal 62 71 231 103 77 0 50 354 63 50
Binary 110010 111001 10011001 1000011 111111 0 101000 11101100 110011 101000

Color Harmonies of #323999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323999

Black with #323999

Text Example


Text Example

White with #323999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323999; }

 p { color: rgb(50,57,153); }

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

background-color css

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

 a { background-color: rgb(50,57,153); }

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

border-color css

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

 span { border-color: rgb(50,57,153); }

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