#333E90

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

Shades of Jacksons Purple #333E90

Tints of Jacksons Purple #333E90

Color information

#333E90 (or 0x333E90) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3E and 90. RGB value is (51,62,144). Sum of RGB (Red+Green+Blue) = 51+62+144=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #333E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E90 is #CCC16F. Grayscale: #434343. Windows color (decimal): -13418864 or 9453107. OLE color: 9453107.

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

Color convert

RGB5162144-
CMYK0.650.5700.44
HSL232.9º47.69%38.24%-
HSV(B)232.9º64.58%56.47%-
XYZ8.126.1627.15-
YUV68.06170.86115.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=19.84%
G=24.12%
B=56.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51621440.650.5700.44232.947.6938.24
Hex333E90413902Ce93026
Octal6376220101710543516046
Binary110011111110100100001000001111001010110011101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333E90; }

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

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

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

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

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

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

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

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