#322F88

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

Shades of Jacksons Purple #322F88

Tints of Jacksons Purple #322F88

Color information

#322F88 (or 0x322F88) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2F and 88. RGB value is (50,47,136). Sum of RGB (Red+Green+Blue) = 50+47+136=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #322F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F88 is #CDD077. Grayscale: #393939. Windows color (decimal): -13488248 or 8924978. OLE color: 8924978.

HSL color Cylindrical-coordinate representation of color #322F88: hue angle of 242.02º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322F88 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5047136-
CMYK0.630.6500.47
HSL242.02º48.63%35.88%-
HSV(B)242.02º65.44%53.33%-
XYZ6.784.4923.8-
YUV58.04171.99122.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=21.46%
G=20.17%
B=58.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50471360.630.6500.47242.0248.6335.88
Hex322F883F4102Ff23124
Octal6257210771010573626144
Binary110010101111100010001111111000001010111111110010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322F88; }

 p { color: rgb(50,47,136); }

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

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

 a { background-color: rgb(50,47,136); }

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

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

 span { border-color: rgb(50,47,136); }

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