Html Css Color HEX #323798 Jacksons Purple

📋 copy color: '#323798'

red 50 ◦ green 55 ◦ blue 152

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

Shades of Jacksons Purple #323798

Tints of Jacksons Purple #323798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 19.46%
G = 21.4%
B = 59.14%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#323798 (or 0x323798) is known color: Jacksons Purple. HEX triplet: 32, 37 and 98. RGB value is (50,55,152). Sum of RGB (Red+Green+Blue) = 50+55+152=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #323798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323798 is #CDC867. Grayscale: #404040. Windows color (decimal): -13486184 or 9975602. OLE color: 9975602.

HSL color Cylindrical-coordinate representation of color #323798: hue angle of 237.06º degrees, saturation: 0.5, 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 #323798 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 55 152 -
CMYK 0.67 0.64 0 0.40
HSL 237.06º 0.5% 0.4% -
HSV(B) 237.06º 0.67% 0.6% -
XYZ 8.35 5.68 30.36 -
YUV 64.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 50 55 152 0.67 0.64 0 0.40 237.06 0.5 0.4
Hex 32 37 98 43 40 0 28 ED 32 28
Octal 62 67 230 103 100 0 50 355 62 50
Binary 110010 110111 10011000 1000011 1000000 0 101000 11101101 110010 101000

Color Harmonies of #323798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323798

Black with #323798

Text Example


Text Example

White with #323798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323798; }

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

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

background-color css

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

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

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

border-color css

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

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

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