#323292

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

Shades of Jacksons Purple #323292

Tints of Jacksons Purple #323292

Color information

#323292 (or 0x323292) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 92. RGB value is (50,50,146). Sum of RGB (Red+Green+Blue) = 50+50+146=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #323292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323292 is #CDCD6D. Grayscale: #3C3C3C. Windows color (decimal): -13487470 or 9581106. OLE color: 9581106.

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

Color convert

RGB5050146-
CMYK0.660.6600.43
HSL240º48.98%38.43%-
HSV(B)240º65.75%57.25%-
XYZ7.645.0327.76-
YUV60.94176120.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=20.33%
G=20.33%
B=59.35%

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
Decimal50501460.660.6600.4324048.9838.43
Hex323292424202Bf03126
Octal62622221021020533606146
Binary1100101100101001001010000101000010010101111110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323292; }

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

 H1.HeaderClassName
 {
   color: #323292;
 }
 .AnyTagClassName
 {
   color: #323292;
 }
</style>
background-color css

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

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

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

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

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

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