#323F88

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

Shades of Jacksons Purple #323F88

Tints of Jacksons Purple #323F88

Color information

#323F88 (or 0x323F88) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3F and 88. RGB value is (50,63,136). Sum of RGB (Red+Green+Blue) = 50+63+136=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #323F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F88 is #CDC077. Grayscale: #434343. Windows color (decimal): -13484152 or 8929074. OLE color: 8929074.

HSL color Cylindrical-coordinate representation of color #323F88: hue angle of 230.93º 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 #323F88 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5063136-
CMYK0.630.5400.47
HSL230.93º46.24%36.47%-
HSV(B)230.93º63.24%53.33%-
XYZ7.546.0124.06-
YUV67.44166.69115.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=20.08%
G=25.30%
B=54.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50631360.630.5400.47230.9346.2436.47
Hex323F883F3602Fe72e24
Octal627721077660573475644
Binary11001011111110001000111111110110010111111100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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