#32388C

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

Shades of Jacksons Purple #32388C

Tints of Jacksons Purple #32388C

Color information

#32388C (or 0x32388C) is unknown color: approx Jacksons Purple. HEX triplet: 32, 38 and 8C. RGB value is (50,56,140). Sum of RGB (Red+Green+Blue) = 50+56+140=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #32388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32388C is #CDC773. Grayscale: #3F3F3F. Windows color (decimal): -13485940 or 9189426. OLE color: 9189426.

HSL color Cylindrical-coordinate representation of color #32388C: hue angle of 236º 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 #32388C is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5056140-
CMYK0.640.600.45
HSL236º47.37%37.25%-
HSV(B)236º64.29%54.9%-
XYZ7.465.425.46-
YUV63.78171.01118.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=20.33%
G=22.76%
B=56.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50561400.640.600.4523647.3737.25
Hex32388C403C02Dec2f25
Octal6270214100740553545745
Binary110010111000100011001000000111100010110111101100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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