Html Css Color HEX #323698 Jacksons Purple

📋 copy color: '#323698'

red 50 ◦ green 54 ◦ blue 152

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

Shades of Jacksons Purple #323698

Tints of Jacksons Purple #323698

RGB

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

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

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

R = 19.53%
G = 21.09%
B = 59.38%

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

#323698 (or 0x323698) is known color: Jacksons Purple. HEX triplet: 32, 36 and 98. RGB value is (50,54,152). Sum of RGB (Red+Green+Blue) = 50+54+152=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #323698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323698 is #CDC967. Grayscale: #3F3F3F. Windows color (decimal): -13486440 or 9975346. OLE color: 9975346.

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

Color convert

RGB 50 54 152 -
CMYK 0.67 0.64 0 0.40
HSL 237.65º 0.5% 0.4% -
HSV(B) 237.65º 0.67% 0.6% -
XYZ 8.3 5.58 30.35 -
YUV 63.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 50 54 152 0.67 0.64 0 0.40 237.65 0.5 0.4
Hex 32 36 98 43 40 0 28 EE 32 28
Octal 62 66 230 103 100 0 50 356 62 50
Binary 110010 110110 10011000 1000011 1000000 0 101000 11101110 110010 101000

Color Harmonies of #323698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323698

Black with #323698

Text Example


Text Example

White with #323698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323698; }

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

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

background-color css

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

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

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

border-color css

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

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

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