#333690

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

Shades of Jacksons Purple #333690

Tints of Jacksons Purple #333690

Color information

#333690 (or 0x333690) is unknown color: approx Jacksons Purple. HEX triplet: 33, 36 and 90. RGB value is (51,54,144). Sum of RGB (Red+Green+Blue) = 51+54+144=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #333690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333690 is #CCC96F. Grayscale: #3F3F3F. Windows color (decimal): -13420912 or 9451059. OLE color: 9451059.

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

Color convert

RGB5154144-
CMYK0.650.6300.44
HSL238.06º47.69%38.24%-
HSV(B)238.06º64.58%56.47%-
XYZ7.725.3627.01-
YUV63.36173.51119.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=20.48%
G=21.69%
B=57.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51541440.650.6300.44238.0647.6938.24
Hex333690413F02Cee3026
Octal6366220101770543566046
Binary110011110110100100001000001111111010110011101110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333690; }

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

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

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

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

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

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

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

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