Html Css Color HEX #323395 Jacksons Purple

📋 copy color: '#323395'

red 50 ◦ green 51 ◦ blue 149

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

Shades of Jacksons Purple #323395

Tints of Jacksons Purple #323395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 20%
G = 20.4%
B = 59.6%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323395 (or 0x323395) is known color: Jacksons Purple. HEX triplet: 32, 33 and 95. RGB value is (50,51,149). Sum of RGB (Red+Green+Blue) = 50+51+149=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #323395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323395 is #CDCC6A. Grayscale: #3D3D3D. Windows color (decimal): -13487211 or 9777970. OLE color: 9777970.

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

Color convert

RGB 50 51 149 -
CMYK 0.66 0.66 0 0.42
HSL 239.39º 0.5% 0.39% -
HSV(B) 239.39º 0.66% 0.58% -
XYZ 7.92 5.22 29.02 -
YUV 61.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 50 51 149 0.66 0.66 0 0.42 239.39 0.5 0.39
Hex 32 33 95 42 42 0 2A EF 32 27
Octal 62 63 225 102 102 0 52 357 62 47
Binary 110010 110011 10010101 1000010 1000010 0 101010 11101111 110010 100111

Color Harmonies of #323395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323395

Black with #323395

Text Example


Text Example

White with #323395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323395; }

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

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

background-color css

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

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

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

border-color css

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

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

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