#333090

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

Shades of Jacksons Purple #333090

Tints of Jacksons Purple #333090

Color information

#333090 (or 0x333090) is unknown color: approx Jacksons Purple. HEX triplet: 33, 30 and 90. RGB value is (51,48,144). Sum of RGB (Red+Green+Blue) = 51+48+144=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #333090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333090 is #CCCF6F. Grayscale: #3B3B3B. Windows color (decimal): -13422448 or 9449523. OLE color: 9449523.

HSL color Cylindrical-coordinate representation of color #333090: hue angle of 241.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333090 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5148144-
CMYK0.650.6700.44
HSL241.88º50%37.65%-
HSV(B)241.88º66.67%56.47%-
XYZ7.464.8326.93-
YUV59.84175.49121.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=20.99%
G=19.75%
B=59.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51481440.650.6700.44241.885037.65
Hex333090414302Cf23226
Octal63602201011030543626246
Binary1100111100001001000010000011000011010110011110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333090; }

 p { color: rgb(51,48,144); }

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

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

 a { background-color: rgb(51,48,144); }

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

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

 span { border-color: rgb(51,48,144); }

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