#333F8C

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

Shades of Jacksons Purple #333F8C

Tints of Jacksons Purple #333F8C

Color information

#333F8C (or 0x333F8C) is unknown color: approx Jacksons Purple. HEX triplet: 33, 3F and 8C. RGB value is (51,63,140). Sum of RGB (Red+Green+Blue) = 51+63+140=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #333F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F8C is #CCC073. Grayscale: #434343. Windows color (decimal): -13418612 or 9191219. OLE color: 9191219.

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

Color convert

RGB5163140-
CMYK0.640.5500.45
HSL231.91º46.6%37.45%-
HSV(B)231.91º63.57%54.9%-
XYZ7.886.1525.58-
YUV68.19168.52115.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=20.08%
G=24.80%
B=55.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51631400.640.5500.45231.9146.637.45
Hex333F8C403702De82f25
Octal6377214100670553505745
Binary110011111111100011001000000110111010110111101000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,63,140); }

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

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

 a { background-color: rgb(51,63,140); }

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

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

 span { border-color: rgb(51,63,140); }

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