#333594

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

Shades of Jacksons Purple #333594

Tints of Jacksons Purple #333594

Color information

#333594 (or 0x333594) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 94. RGB value is (51,53,148). Sum of RGB (Red+Green+Blue) = 51+53+148=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #333594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333594 is #CCCA6B. Grayscale: #3E3E3E. Windows color (decimal): -13421164 or 9712947. OLE color: 9712947.

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

Color convert

RGB5153148-
CMYK0.660.6400.42
HSL238.76º48.74%39.02%-
HSV(B)238.76º65.54%58.04%-
XYZ7.985.3928.64-
YUV63.23175.84119.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=20.24%
G=21.03%
B=58.73%

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
Decimal51531480.660.6400.42238.7648.7439.02
Hex333594424002Aef3127
Octal63652241021000523576147
Binary1100111101011001010010000101000000010101011101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333594; }

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

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

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

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

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

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

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

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