#333D90

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

Shades of Jacksons Purple #333D90

Tints of Jacksons Purple #333D90

Color information

#333D90 (or 0x333D90) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3D and 90. RGB value is (51,61,144). Sum of RGB (Red+Green+Blue) = 51+61+144=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #333D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D90 is #CCC26F. Grayscale: #434343. Windows color (decimal): -13419120 or 9452851. OLE color: 9452851.

HSL color Cylindrical-coordinate representation of color #333D90: hue angle of 233.55º 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 #333D90 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5161144-
CMYK0.650.5800.44
HSL233.55º47.69%38.24%-
HSV(B)233.55º64.58%56.47%-
XYZ8.076.0527.13-
YUV67.47171.19116.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=19.92%
G=23.83%
B=56.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51611440.650.5800.44233.5547.6938.24
Hex333D90413A02Cea3026
Octal6375220101720543526046
Binary110011111101100100001000001111010010110011101010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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