Html Css Color HEX #323394 Jacksons Purple

📋 copy color: '#323394'

red 50 ◦ green 51 ◦ blue 148

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

Shades of Jacksons Purple #323394

Tints of Jacksons Purple #323394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 20.08%
G = 20.48%
B = 59.44%

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

#323394 (or 0x323394) is known color: Jacksons Purple. HEX triplet: 32, 33 and 94. RGB value is (50,51,148). Sum of RGB (Red+Green+Blue) = 50+51+148=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #323394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323394 is #CDCC6B. Grayscale: #3D3D3D. Windows color (decimal): -13487212 or 9712434. OLE color: 9712434.

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

Color convert

RGB 50 51 148 -
CMYK 0.66 0.66 0 0.42
HSL 239.39º 0.49% 0.39% -
HSV(B) 239.39º 0.66% 0.58% -
XYZ 7.84 5.18 28.6 -
YUV 61.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 50 51 148 0.66 0.66 0 0.42 239.39 0.49 0.39
Hex 32 33 94 42 42 0 2A EF 31 27
Octal 62 63 224 102 102 0 52 357 61 47
Binary 110010 110011 10010100 1000010 1000010 0 101010 11101111 110001 100111

Color Harmonies of #323394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323394

Black with #323394

Text Example


Text Example

White with #323394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323394; }

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

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

background-color css

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

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

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

border-color css

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

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

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