#32358E

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

Shades of Jacksons Purple #32358E

Tints of Jacksons Purple #32358E

Color information

#32358E (or 0x32358E) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 8E. RGB value is (50,53,142). Sum of RGB (Red+Green+Blue) = 50+53+142=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #32358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32358E is #CDCA71. Grayscale: #3D3D3D. Windows color (decimal): -13486706 or 9319730. OLE color: 9319730.

HSL color Cylindrical-coordinate representation of color #32358E: hue angle of 238.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32358E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5053142-
CMYK0.650.6300.44
HSL238.04º47.92%37.65%-
HSV(B)238.04º64.79%55.69%-
XYZ7.475.1826.2-
YUV62.25173.01119.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=20.41%
G=21.63%
B=57.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50531420.650.6300.44238.0447.9237.65
Hex32358E413F02Cee3026
Octal6265216101770543566046
Binary110010110101100011101000001111111010110011101110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32358E; }

 p { color: rgb(50,53,142); }

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

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

 a { background-color: rgb(50,53,142); }

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

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

 span { border-color: rgb(50,53,142); }

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