#333494

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

Shades of Jacksons Purple #333494

Tints of Jacksons Purple #333494

Color information

#333494 (or 0x333494) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 94. RGB value is (51,52,148). Sum of RGB (Red+Green+Blue) = 51+52+148=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #333494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333494 is #CCCB6B. Grayscale: #3E3E3E. Windows color (decimal): -13421420 or 9712691. OLE color: 9712691.

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

Color convert

RGB5152148-
CMYK0.660.6500.42
HSL239.38º48.74%39.02%-
HSV(B)239.38º65.54%58.04%-
XYZ7.945.328.62-
YUV62.64176.17119.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 148 (58.20% from 255) = 58.96%
R=20.32%
G=20.72%
B=58.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51521480.660.6500.42239.3848.7439.02
Hex333494424102Aef3127
Octal63642241021010523576147
Binary1100111101001001010010000101000001010101011101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333494; }

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

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

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

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

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

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

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

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