Html Css Color HEX #323192 Jacksons Purple

📋 copy color: '#323192'

red 50 ◦ green 49 ◦ blue 146

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

Shades of Jacksons Purple #323192

Tints of Jacksons Purple #323192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 20.41%
G = 20%
B = 59.59%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323192 (or 0x323192) is known color: Jacksons Purple. HEX triplet: 32, 31 and 92. RGB value is (50,49,146). Sum of RGB (Red+Green+Blue) = 50+49+146=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #323192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323192 is #CDCE6D. Grayscale: #3B3B3B. Windows color (decimal): -13487726 or 9580850. OLE color: 9580850.

HSL color Cylindrical-coordinate representation of color #323192: hue angle of 240.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323192 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 49 146 -
CMYK 0.66 0.66 0 0.43
HSL 240.62º 0.5% 0.38% -
HSV(B) 240.62º 0.66% 0.57% -
XYZ 7.6 4.95 27.75 -
YUV 60.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 50 49 146 0.66 0.66 0 0.43 240.62 0.5 0.38
Hex 32 31 92 42 42 0 2B F1 32 26
Octal 62 61 222 102 102 0 53 361 62 46
Binary 110010 110001 10010010 1000010 1000010 0 101011 11110001 110010 100110

Color Harmonies of #323192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323192

Black with #323192

Text Example


Text Example

White with #323192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323192; }

 p { color: rgb(50,49,146); }

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

background-color css

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

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

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

border-color css

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

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

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