#333E8D

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

Shades of Jacksons Purple #333E8D

Tints of Jacksons Purple #333E8D

Color information

#333E8D (or 0x333E8D) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3E and 8D. RGB value is (51,62,141). Sum of RGB (Red+Green+Blue) = 51+62+141=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #333E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E8D is #CCC172. Grayscale: #434343. Windows color (decimal): -13418867 or 9256499. OLE color: 9256499.

HSL color Cylindrical-coordinate representation of color #333E8D: hue angle of 232.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333E8D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5162141-
CMYK0.640.5600.45
HSL232.67º46.88%37.65%-
HSV(B)232.67º63.83%55.29%-
XYZ7.96.0725.96-
YUV67.72169.36116.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 62 (24.61% from 255) = 24.41%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=20.08%
G=24.41%
B=55.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51621410.640.5600.45232.6746.8837.65
Hex333E8D403802De92f26
Octal6376215100700553515746
Binary110011111110100011011000000111000010110111101001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,141); }

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

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

 a { background-color: rgb(51,62,141); }

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

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

 span { border-color: rgb(51,62,141); }

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