#32358B

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

Shades of Jacksons Purple #32358B

Tints of Jacksons Purple #32358B

Color information

#32358B (or 0x32358B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 8B. RGB value is (50,53,139). Sum of RGB (Red+Green+Blue) = 50+53+139=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #32358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32358B is #CDCA74. Grayscale: #3D3D3D. Windows color (decimal): -13486709 or 9123122. OLE color: 9123122.

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

Color convert

RGB5053139-
CMYK0.640.6200.45
HSL237.98º47.09%37.06%-
HSV(B)237.98º64.03%54.51%-
XYZ7.255.0925.03-
YUV61.91171.51119.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=20.66%
G=21.90%
B=57.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50531390.640.6200.45237.9847.0937.06
Hex32358B403E02Dee2f25
Octal6265213100760553565745
Binary110010110101100010111000000111110010110111101110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32358B; }

 p { color: rgb(50,53,139); }

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

<style>
 a { background-color: #32358B; }

 a { background-color: rgb(50,53,139); }

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

<style>
 span { border-color: #32358B; }

 span { border-color: rgb(50,53,139); }

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