#323A98

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

Shades of Jacksons Purple #323A98

Tints of Jacksons Purple #323A98

Color information

#323A98 (or 0x323A98) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3A and 98. RGB value is (50,58,152). Sum of RGB (Red+Green+Blue) = 50+58+152=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #323A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A98 is #CDC567. Grayscale: #414141. Windows color (decimal): -13485416 or 9976370. OLE color: 9976370.

HSL color Cylindrical-coordinate representation of color #323A98: hue angle of 235.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323A98 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5058152-
CMYK0.670.6200.40
HSL235.29º50.5%39.61%-
HSV(B)235.29º67.11%59.61%-
XYZ8.55.9730.41-
YUV66.32176.35116.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=19.23%
G=22.31%
B=58.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50581520.670.6200.40235.2950.539.61
Hex323A98433E028eb3228
Octal6272230103760503536250
Binary110010111010100110001000011111110010100011101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,58,152); }

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

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

 a { background-color: rgb(50,58,152); }

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

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

 span { border-color: rgb(50,58,152); }

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