#333595

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

Shades of Jacksons Purple #333595

Tints of Jacksons Purple #333595

Color information

#333595 (or 0x333595) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 95. RGB value is (51,53,149). Sum of RGB (Red+Green+Blue) = 51+53+149=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #333595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333595 is #CCCA6A. Grayscale: #3E3E3E. Windows color (decimal): -13421163 or 9778483. OLE color: 9778483.

HSL color Cylindrical-coordinate representation of color #333595: hue angle of 238.78º 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 #333595 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5153149-
CMYK0.660.6400.42
HSL238.78º49%39.22%-
HSV(B)238.78º65.77%58.43%-
XYZ8.065.4229.05-
YUV63.35176.34119.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=20.16%
G=20.95%
B=58.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51531490.660.6400.42238.784939.22
Hex333595424002Aef3127
Octal63652251021000523576147
Binary1100111101011001010110000101000000010101011101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333595; }

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

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

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

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

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

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

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

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