Html Css Color HEX #323797 Jacksons Purple

📋 copy color: '#323797'

red 50 ◦ green 55 ◦ blue 151

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

Shades of Jacksons Purple #323797

Tints of Jacksons Purple #323797

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 19.53%
G = 21.48%
B = 58.98%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#323797 (or 0x323797) is known color: Jacksons Purple. HEX triplet: 32, 37 and 97. RGB value is (50,55,151). Sum of RGB (Red+Green+Blue) = 50+55+151=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #323797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323797 is #CDC868. Grayscale: #404040. Windows color (decimal): -13486185 or 9910066. OLE color: 9910066.

HSL color Cylindrical-coordinate representation of color #323797: hue angle of 237.03º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323797 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 55 151 -
CMYK 0.67 0.64 0 0.41
HSL 237.03º 0.5% 0.39% -
HSV(B) 237.03º 0.67% 0.59% -
XYZ 8.27 5.64 29.93 -
YUV 64.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 50 55 151 0.67 0.64 0 0.41 237.03 0.5 0.39
Hex 32 37 97 43 40 0 29 ED 32 27
Octal 62 67 227 103 100 0 51 355 62 47
Binary 110010 110111 10010111 1000011 1000000 0 101001 11101101 110010 100111

Color Harmonies of #323797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323797

Black with #323797

Text Example


Text Example

White with #323797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323797; }

 p { color: rgb(50,55,151); }

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

background-color css

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

 a { background-color: rgb(50,55,151); }

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

border-color css

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

 span { border-color: rgb(50,55,151); }

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