#332F7B

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

Shades of Jacksons Purple #332F7B

Tints of Jacksons Purple #332F7B

Color information

#332F7B (or 0x332F7B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 7B. RGB value is (51,47,123). Sum of RGB (Red+Green+Blue) = 51+47+123=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #332F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F7B is #CCD084. Grayscale: #383838. Windows color (decimal): -13422725 or 8073011. OLE color: 8073011.

HSL color Cylindrical-coordinate representation of color #332F7B: hue angle of 243.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332F7B is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5147123-
CMYK0.590.6200.52
HSL243.16º44.71%33.33%-
HSV(B)243.16º61.79%48.24%-
XYZ5.964.1719.23-
YUV56.86165.33123.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=23.08%
G=21.27%
B=55.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51471230.590.6200.52243.1644.7133.33
Hex332F7B3B3E034f32d21
Octal635717373760643635541
Binary1100111011111111011111011111110011010011110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,123); }

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

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

 a { background-color: rgb(51,47,123); }

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

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

 span { border-color: rgb(51,47,123); }

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