#322A88

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

Shades of Jacksons Purple #322A88

Tints of Jacksons Purple #322A88

Color information

#322A88 (or 0x322A88) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2A and 88. RGB value is (50,42,136). Sum of RGB (Red+Green+Blue) = 50+42+136=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #322A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A88 is #CDD577. Grayscale: #363636. Windows color (decimal): -13489528 or 8923698. OLE color: 8923698.

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

Color convert

RGB5042136-
CMYK0.630.6900.47
HSL245.11º52.81%34.9%-
HSV(B)245.11º69.12%53.33%-
XYZ6.594.1123.74-
YUV55.11173.65124.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 136 (53.52% from 255) = 59.65%
R=21.93%
G=18.42%
B=59.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50421360.630.6900.47245.1152.8134.9
Hex322A883F4502Ff53523
Octal6252210771050573656543
Binary110010101010100010001111111000101010111111110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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