#323C88

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

Shades of Jacksons Purple #323C88

Tints of Jacksons Purple #323C88

Color information

#323C88 (or 0x323C88) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3C and 88. RGB value is (50,60,136). Sum of RGB (Red+Green+Blue) = 50+60+136=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #323C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C88 is #CDC377. Grayscale: #414141. Windows color (decimal): -13484920 or 8928306. OLE color: 8928306.

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

Color convert

RGB5060136-
CMYK0.630.5600.47
HSL233.02º46.24%36.47%-
HSV(B)233.02º63.24%53.33%-
XYZ7.385.6924-
YUV65.67167.69116.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=20.33%
G=24.39%
B=55.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50601360.630.5600.47233.0246.2436.47
Hex323C883F3802Fe92e24
Octal627421077700573515644
Binary11001011110010001000111111111000010111111101001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323C88; }

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

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

<style>
 a { background-color: #323C88; }

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

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

<style>
 span { border-color: #323C88; }

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

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