#333291

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

Shades of Jacksons Purple #333291

Tints of Jacksons Purple #333291

Color information

#333291 (or 0x333291) is unknown color: approx Jacksons Purple. HEX triplet: 33, 32 and 91. RGB value is (51,50,145). Sum of RGB (Red+Green+Blue) = 51+50+145=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #333291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333291 is #CCCD6E. Grayscale: #3C3C3C. Windows color (decimal): -13421935 or 9515571. OLE color: 9515571.

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

Color convert

RGB5150145-
CMYK0.650.6600.43
HSL240.63º48.72%38.24%-
HSV(B)240.63º65.52%56.86%-
XYZ7.625.0327.36-
YUV61.13175.33120.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=20.73%
G=20.33%
B=58.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51501450.650.6600.43240.6348.7238.24
Hex333291414202Bf13126
Octal63622211011020533616146
Binary1100111100101001000110000011000010010101111110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333291; }

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

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

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

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

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

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

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

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