#332885

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

Shades of Jacksons Purple #332885

Tints of Jacksons Purple #332885

Color information

#332885 (or 0x332885) is unknown color: approx Jacksons Purple. HEX triplet: 33, 28 and 85. RGB value is (51,40,133). Sum of RGB (Red+Green+Blue) = 51+40+133=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #332885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332885 is #CCD77A. Grayscale: #353535. Windows color (decimal): -13424507 or 8726579. OLE color: 8726579.

HSL color Cylindrical-coordinate representation of color #332885: hue angle of 247.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332885 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5140133-
CMYK0.620.7000.48
HSL247.1º53.76%33.92%-
HSV(B)247.1º69.92%52.16%-
XYZ6.363.9122.61-
YUV53.89172.64125.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=22.77%
G=17.86%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51401330.620.7000.48247.153.7633.92
Hex3328853E46030f73622
Octal6350205761060603676642
Binary110011101000100001011111101000110011000011110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332885; }

 p { color: rgb(51,40,133); }

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

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

 a { background-color: rgb(51,40,133); }

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

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

 span { border-color: rgb(51,40,133); }

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