#333B95

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

Shades of Jacksons Purple #333B95

Tints of Jacksons Purple #333B95

Color information

#333B95 (or 0x333B95) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3B and 95. RGB value is (51,59,149). Sum of RGB (Red+Green+Blue) = 51+59+149=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #333B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B95 is #CCC46A. Grayscale: #424242. Windows color (decimal): -13419627 or 9780019. OLE color: 9780019.

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

Color convert

RGB5159149-
CMYK0.660.6000.42
HSL235.1º49%39.22%-
HSV(B)235.1º65.77%58.43%-
XYZ8.35629.15-
YUV66.87174.35116.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=19.69%
G=22.78%
B=57.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51591490.660.6000.42235.14939.22
Hex333B95423C02Aeb3127
Octal6373225102740523536147
Binary110011111011100101011000010111100010101011101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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