#32308D

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

Shades of Jacksons Purple #32308D

Tints of Jacksons Purple #32308D

Color information

#32308D (or 0x32308D) is unknown color: approx Jacksons Purple. HEX triplet: 32, 30 and 8D. RGB value is (50,48,141). Sum of RGB (Red+Green+Blue) = 50+48+141=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #32308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32308D is #CDCF72. Grayscale: #3A3A3A. Windows color (decimal): -13487987 or 9252914. OLE color: 9252914.

HSL color Cylindrical-coordinate representation of color #32308D: hue angle of 241.29º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32308D is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5048141-
CMYK0.650.6600.45
HSL241.29º49.21%37.06%-
HSV(B)241.29º65.96%55.29%-
XYZ7.184.7225.73-
YUV59.2174.16121.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=20.92%
G=20.08%
B=59.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50481410.650.6600.45241.2949.2137.06
Hex32308D414202Df13125
Octal62602151011020553616145
Binary1100101100001000110110000011000010010110111110001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32308D; }

 p { color: rgb(50,48,141); }

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

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

 a { background-color: rgb(50,48,141); }

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

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

 span { border-color: rgb(50,48,141); }

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