#333A95

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

Shades of Jacksons Purple #333A95

Tints of Jacksons Purple #333A95

Color information

#333A95 (or 0x333A95) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3A and 95. RGB value is (51,58,149). Sum of RGB (Red+Green+Blue) = 51+58+149=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #333A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A95 is #CCC56A. Grayscale: #414141. Windows color (decimal): -13419883 or 9779763. OLE color: 9779763.

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

Color convert

RGB5158149-
CMYK0.660.6100.42
HSL235.71º49%39.22%-
HSV(B)235.71º65.77%58.43%-
XYZ8.35.929.13-
YUV66.28174.68117.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=19.77%
G=22.48%
B=57.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51581490.660.6100.42235.714939.22
Hex333A95423D02Aec3127
Octal6372225102750523546147
Binary110011111010100101011000010111101010101011101100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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