#32348A

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

Shades of Jacksons Purple #32348A

Tints of Jacksons Purple #32348A

Color information

#32348A (or 0x32348A) is unknown color: approx Jacksons Purple. HEX triplet: 32, 34 and 8A. RGB value is (50,52,138). Sum of RGB (Red+Green+Blue) = 50+52+138=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #32348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348A is #CDCB75. Grayscale: #3C3C3C. Windows color (decimal): -13486966 or 9057330. OLE color: 9057330.

HSL color Cylindrical-coordinate representation of color #32348A: hue angle of 238.64º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32348A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5052138-
CMYK0.640.6200.46
HSL238.64º46.81%36.86%-
HSV(B)238.64º63.77%54.12%-
XYZ7.134.9724.63-
YUV61.21171.34120.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=20.83%
G=21.67%
B=57.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50521380.640.6200.46238.6446.8136.86
Hex32348A403E02Eef2f25
Octal6264212100760563575745
Binary110010110100100010101000000111110010111011101111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32348A; }

 p { color: rgb(50,52,138); }

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

<style>
 a { background-color: #32348A; }

 a { background-color: rgb(50,52,138); }

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

<style>
 span { border-color: #32348A; }

 span { border-color: rgb(50,52,138); }

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