#323192

Color #323192 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #323192

Tints of Jacksons Purple #323192

Color information

#323192 (or 0x323192) is unknown color: approx 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

RGB5049146-
CMYK0.660.6600.43
HSL240.62º49.74%38.24%-
HSV(B)240.62º66.44%57.25%-
XYZ7.64.9527.75-
YUV60.36176.33120.61-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50491460.660.6600.43240.6249.7438.24
Hex323192424202Bf13226
Octal62612221021020533616246
Binary1100101100011001001010000101000010010101111110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>