#33348D

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

Shades of Jacksons Purple #33348D

Tints of Jacksons Purple #33348D

Color information

#33348D (or 0x33348D) is unknown color: approx Jacksons Purple. HEX triplet: 33, 34 and 8D. RGB value is (51,52,141). Sum of RGB (Red+Green+Blue) = 51+52+141=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #33348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33348D is #CCCB72. Grayscale: #3D3D3D. Windows color (decimal): -13421427 or 9253939. OLE color: 9253939.

HSL color Cylindrical-coordinate representation of color #33348D: hue angle of 239.33º 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 #33348D is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5152141-
CMYK0.640.6300.45
HSL239.33º46.88%37.65%-
HSV(B)239.33º63.83%55.29%-
XYZ7.45.0825.79-
YUV61.85172.67120.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=20.90%
G=21.31%
B=57.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51521410.640.6300.45239.3346.8837.65
Hex33348D403F02Def2f26
Octal6364215100770553575746
Binary110011110100100011011000000111111010110111101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33348D; }

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

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

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

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

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

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

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

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