#332F7F

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

Shades of Jacksons Purple #332F7F

Tints of Jacksons Purple #332F7F

Color information

#332F7F (or 0x332F7F) is unknown color: approx Jacksons Purple. HEX triplet: 33, 2F and 7F. RGB value is (51,47,127). Sum of RGB (Red+Green+Blue) = 51+47+127=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #332F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F7F is #CCD080. Grayscale: #383838. Windows color (decimal): -13422721 or 8335155. OLE color: 8335155.

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

Color convert

RGB5147127-
CMYK0.600.6300.50
HSL243º45.98%34.12%-
HSV(B)243º62.99%49.8%-
XYZ6.214.2720.58-
YUV57.32167.33123.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 127 (50% from 255) = 56.44%
R=22.67%
G=20.89%
B=56.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51471270.600.6300.5024345.9834.12
Hex332F7F3C3F032f32e22
Octal635717774770623635642
Binary1100111011111111111111100111111011001011110011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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