#36327D

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

Shades of Jacksons Purple #36327D

Tints of Jacksons Purple #36327D

Color information

#36327D (or 0x36327D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 7D. RGB value is (54,50,125). Sum of RGB (Red+Green+Blue) = 54+50+125=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #36327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36327D is #C9CD82. Grayscale: #3B3B3B. Windows color (decimal): -13225347 or 8204854. OLE color: 8204854.

HSL color Cylindrical-coordinate representation of color #36327D: hue angle of 243.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36327D is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5450125-
CMYK0.570.6000.51
HSL243.2º42.86%34.31%-
HSV(B)243.2º60%49.02%-
XYZ6.364.5519.94-
YUV59.75164.83123.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=23.58%
G=21.83%
B=54.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54501250.570.6000.51243.242.8634.31
Hex36327D393C033f32b22
Octal666217571740633635342
Binary1101101100101111101111001111100011001111110011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36327D; }

 p { color: rgb(54,50,125); }

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

<style>
 a { background-color: #36327D; }

 a { background-color: rgb(54,50,125); }

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

<style>
 span { border-color: #36327D; }

 span { border-color: rgb(54,50,125); }

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