#32318B

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

Shades of Jacksons Purple #32318B

Tints of Jacksons Purple #32318B

Color information

#32318B (or 0x32318B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 31 and 8B. RGB value is (50,49,139). Sum of RGB (Red+Green+Blue) = 50+49+139=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #32318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32318B is #CDCE74. Grayscale: #3B3B3B. Windows color (decimal): -13487733 or 9122098. OLE color: 9122098.

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

Color convert

RGB5049139-
CMYK0.640.6500.45
HSL240.67º47.87%36.86%-
HSV(B)240.67º64.75%54.51%-
XYZ7.074.7424.97-
YUV59.56172.83121.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=21.01%
G=20.59%
B=58.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50491390.640.6500.45240.6747.8736.86
Hex32318B404102Df13025
Octal62612131001010553616045
Binary1100101100011000101110000001000001010110111110001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32318B; }

 p { color: rgb(50,49,139); }

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

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

 a { background-color: rgb(50,49,139); }

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

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

 span { border-color: rgb(50,49,139); }

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