Html Css Color HEX #323A95 Jacksons Purple

📋 copy color: '#323A95'

red 50 ◦ green 58 ◦ blue 149

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

Shades of Jacksons Purple #323A95

Tints of Jacksons Purple #323A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 19.46%
G = 22.57%
B = 57.98%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323A95 (or 0x323A95) is known color: Jacksons Purple. HEX triplet: 32, 3A and 95. RGB value is (50,58,149). Sum of RGB (Red+Green+Blue) = 50+58+149=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #323A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A95 is #CDC56A. Grayscale: #414141. Windows color (decimal): -13485419 or 9779762. OLE color: 9779762.

HSL color Cylindrical-coordinate representation of color #323A95: hue angle of 235.15º degrees, saturation: 0.5, 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 #323A95 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 58 149 -
CMYK 0.66 0.61 0 0.42
HSL 235.15º 0.5% 0.39% -
HSV(B) 235.15º 0.66% 0.58% -
XYZ 8.25 5.87 29.13 -
YUV 65.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 50 58 149 0.66 0.61 0 0.42 235.15 0.5 0.39
Hex 32 3A 95 42 3D 0 2A EB 32 27
Octal 62 72 225 102 75 0 52 353 62 47
Binary 110010 111010 10010101 1000010 111101 0 101010 11101011 110010 100111

Color Harmonies of #323A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A95

Black with #323A95

Text Example


Text Example

White with #323A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A95; }

 p { color: rgb(50,58,149); }

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

background-color css

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

 a { background-color: rgb(50,58,149); }

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

border-color css

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

 span { border-color: rgb(50,58,149); }

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