#333795

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

Shades of Jacksons Purple #333795

Tints of Jacksons Purple #333795

Color information

#333795 (or 0x333795) is unknown color: approx Jacksons Purple. HEX triplet: 33, 37 and 95. RGB value is (51,55,149). Sum of RGB (Red+Green+Blue) = 51+55+149=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #333795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333795 is #CCC86A. Grayscale: #404040. Windows color (decimal): -13420651 or 9778995. OLE color: 9778995.

HSL color Cylindrical-coordinate representation of color #333795: hue angle of 237.55º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333795 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5155149-
CMYK0.660.6300.42
HSL237.55º49%39.22%-
HSV(B)237.55º65.77%58.43%-
XYZ8.165.6129.09-
YUV64.52175.67118.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=20%
G=21.57%
B=58.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51551490.660.6300.42237.554939.22
Hex333795423F02Aee3127
Octal6367225102770523566147
Binary110011110111100101011000010111111010101011101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333795; }

 p { color: rgb(51,55,149); }

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

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

 a { background-color: rgb(51,55,149); }

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

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

 span { border-color: rgb(51,55,149); }

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