Html Css Color HEX #323393 Jacksons Purple

📋 copy color: '#323393'

red 50 ◦ green 51 ◦ blue 147

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

Shades of Jacksons Purple #323393

Tints of Jacksons Purple #323393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 20.16%
G = 20.56%
B = 59.27%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323393 (or 0x323393) is known color: Jacksons Purple. HEX triplet: 32, 33 and 93. RGB value is (50,51,147). Sum of RGB (Red+Green+Blue) = 50+51+147=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #323393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323393 is #CDCC6C. Grayscale: #3D3D3D. Windows color (decimal): -13487213 or 9646898. OLE color: 9646898.

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

Color convert

RGB 50 51 147 -
CMYK 0.66 0.65 0 0.42
HSL 239.38º 0.49% 0.39% -
HSV(B) 239.38º 0.66% 0.58% -
XYZ 7.77 5.15 28.19 -
YUV 61.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 50 51 147 0.66 0.65 0 0.42 239.38 0.49 0.39
Hex 32 33 93 42 41 0 2A EF 31 27
Octal 62 63 223 102 101 0 52 357 61 47
Binary 110010 110011 10010011 1000010 1000001 0 101010 11101111 110001 100111

Color Harmonies of #323393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323393

Black with #323393

Text Example


Text Example

White with #323393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323393; }

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

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

background-color css

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

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

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

border-color css

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

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

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