Html Css Color HEX #323693 Jacksons Purple

📋 copy color: '#323693'

red 50 ◦ green 54 ◦ blue 147

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

Shades of Jacksons Purple #323693

Tints of Jacksons Purple #323693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 19.92%
G = 21.51%
B = 58.57%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323693 (or 0x323693) is known color: Jacksons Purple. HEX triplet: 32, 36 and 93. RGB value is (50,54,147). Sum of RGB (Red+Green+Blue) = 50+54+147=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #323693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323693 is #CDC96C. Grayscale: #3F3F3F. Windows color (decimal): -13486445 or 9647666. OLE color: 9647666.

HSL color Cylindrical-coordinate representation of color #323693: hue angle of 237.53º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323693 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 54 147 -
CMYK 0.66 0.63 0 0.42
HSL 237.53º 0.49% 0.39% -
HSV(B) 237.53º 0.66% 0.58% -
XYZ 7.9 5.42 28.23 -
YUV 63.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 50 54 147 0.66 0.63 0 0.42 237.53 0.49 0.39
Hex 32 36 93 42 3F 0 2A EE 31 27
Octal 62 66 223 102 77 0 52 356 61 47
Binary 110010 110110 10010011 1000010 111111 0 101010 11101110 110001 100111

Color Harmonies of #323693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323693

Black with #323693

Text Example


Text Example

White with #323693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323693; }

 p { color: rgb(50,54,147); }

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

background-color css

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

 a { background-color: rgb(50,54,147); }

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

border-color css

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

 span { border-color: rgb(50,54,147); }

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