#333C89

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

Shades of Jacksons Purple #333C89

Tints of Jacksons Purple #333C89

Color information

#333C89 (or 0x333C89) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3C and 89. RGB value is (51,60,137). Sum of RGB (Red+Green+Blue) = 51+60+137=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #333C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C89 is #CCC376. Grayscale: #414141. Windows color (decimal): -13419383 or 8993843. OLE color: 8993843.

HSL color Cylindrical-coordinate representation of color #333C89: hue angle of 233.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333C89 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5160137-
CMYK0.630.5600.46
HSL233.72º45.74%36.86%-
HSV(B)233.72º62.77%53.73%-
XYZ7.55.7424.38-
YUV66.09168.02117.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=20.56%
G=24.19%
B=55.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51601370.630.5600.46233.7245.7436.86
Hex333C893F3802Eea2e25
Octal637421177700563525645
Binary11001111110010001001111111111000010111011101010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,60,137); }

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

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

 a { background-color: rgb(51,60,137); }

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

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

 span { border-color: rgb(51,60,137); }

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