#332D80

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

Shades of Jacksons Purple #332D80

Tints of Jacksons Purple #332D80

Color information

#332D80 (or 0x332D80) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2D and 80. RGB value is (51,45,128). Sum of RGB (Red+Green+Blue) = 51+45+128=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #332D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D80 is #CCD27F. Grayscale: #373737. Windows color (decimal): -13423232 or 8400179. OLE color: 8400179.

HSL color Cylindrical-coordinate representation of color #332D80: hue angle of 244.34º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332D80 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5145128-
CMYK0.600.6500.50
HSL244.34º47.98%33.92%-
HSV(B)244.34º64.84%50.2%-
XYZ6.24.1420.89-
YUV56.26168.49124.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=22.77%
G=20.09%
B=57.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51451280.600.6500.50244.3447.9833.92
Hex332D803C41032f43022
Octal6355200741010623646042
Binary110011101101100000001111001000001011001011110100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D80; }

 p { color: rgb(51,45,128); }

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

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

 a { background-color: rgb(51,45,128); }

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

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

 span { border-color: rgb(51,45,128); }

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