#332985

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

Shades of Jacksons Purple #332985

Tints of Jacksons Purple #332985

Color information

#332985 (or 0x332985) is unknown color: approx Jacksons Purple. HEX triplet: 33, 29 and 85. RGB value is (51,41,133). Sum of RGB (Red+Green+Blue) = 51+41+133=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #332985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332985 is #CCD67A. Grayscale: #363636. Windows color (decimal): -13424251 or 8726835. OLE color: 8726835.

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

Color convert

RGB5141133-
CMYK0.620.6900.48
HSL246.52º52.87%34.12%-
HSV(B)246.52º69.17%52.16%-
XYZ6.393.9822.62-
YUV54.48172.31125.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=22.67%
G=18.22%
B=59.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51411330.620.6900.48246.5252.8734.12
Hex3329853E45030f73522
Octal6351205761050603676542
Binary110011101001100001011111101000101011000011110111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332985; }

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

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

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

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

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

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

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

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