#32348C

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

Shades of Jacksons Purple #32348C

Tints of Jacksons Purple #32348C

Color information

#32348C (or 0x32348C) is unknown color: approx Jacksons Purple. HEX triplet: 32, 34 and 8C. RGB value is (50,52,140). Sum of RGB (Red+Green+Blue) = 50+52+140=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #32348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348C is #CDCB73. Grayscale: #3D3D3D. Windows color (decimal): -13486964 or 9188402. OLE color: 9188402.

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

Color convert

RGB5052140-
CMYK0.640.6300.45
HSL238.67º47.37%37.25%-
HSV(B)238.67º64.29%54.9%-
XYZ7.285.0325.4-
YUV61.43172.34119.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=20.66%
G=21.49%
B=57.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50521400.640.6300.45238.6747.3737.25
Hex32348C403F02Def2f25
Octal6264214100770553575745
Binary110010110100100011001000000111111010110111101111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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