Html Css Color HEX #323293 Jacksons Purple

📋 copy color: '#323293'

red 50 ◦ green 50 ◦ blue 147

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

Shades of Jacksons Purple #323293

Tints of Jacksons Purple #323293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

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

R = 20.24%
G = 20.24%
B = 59.51%

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

#323293 (or 0x323293) is known color: Jacksons Purple. HEX triplet: 32, 32 and 93. RGB value is (50,50,147). Sum of RGB (Red+Green+Blue) = 50+50+147=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #323293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323293 is #CDCD6C. Grayscale: #3C3C3C. Windows color (decimal): -13487469 or 9646642. OLE color: 9646642.

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

Color convert

RGB 50 50 147 -
CMYK 0.66 0.66 0 0.42
HSL 240º 0.49% 0.39% -
HSV(B) 240º 0.66% 0.58% -
XYZ 7.72 5.07 28.17 -
YUV 61.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 50 50 147 0.66 0.66 0 0.42 240 0.49 0.39
Hex 32 32 93 42 42 0 2A F0 31 27
Octal 62 62 223 102 102 0 52 360 61 47
Binary 110010 110010 10010011 1000010 1000010 0 101010 11110000 110001 100111

Color Harmonies of #323293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323293

Black with #323293

Text Example


Text Example

White with #323293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323293; }

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

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

background-color css

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

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

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

border-color css

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

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

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