#32378E

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

Shades of Jacksons Purple #32378E

Tints of Jacksons Purple #32378E

Color information

#32378E (or 0x32378E) is unknown color: approx Jacksons Purple. HEX triplet: 32, 37 and 8E. RGB value is (50,55,142). Sum of RGB (Red+Green+Blue) = 50+55+142=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #32378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32378E is #CDC871. Grayscale: #3F3F3F. Windows color (decimal): -13486194 or 9320242. OLE color: 9320242.

HSL color Cylindrical-coordinate representation of color #32378E: hue angle of 236.74º 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 #32378E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5055142-
CMYK0.650.6100.44
HSL236.74º47.92%37.65%-
HSV(B)236.74º64.79%55.69%-
XYZ7.565.3626.23-
YUV63.42172.34118.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=20.24%
G=22.27%
B=57.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50551420.650.6100.44236.7447.9237.65
Hex32378E413D02Ced3026
Octal6267216101750543556046
Binary110010110111100011101000001111101010110011101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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