#36327C

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

Shades of Jacksons Purple #36327C

Tints of Jacksons Purple #36327C

Color information

#36327C (or 0x36327C) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 7C. RGB value is (54,50,124). Sum of RGB (Red+Green+Blue) = 54+50+124=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #36327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36327C is #C9CD83. Grayscale: #3B3B3B. Windows color (decimal): -13225348 or 8139318. OLE color: 8139318.

HSL color Cylindrical-coordinate representation of color #36327C: hue angle of 243.24º 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 #36327C is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5450124-
CMYK0.560.6000.51
HSL243.24º42.53%34.12%-
HSV(B)243.24º59.68%48.63%-
XYZ6.34.5219.61-
YUV59.63164.33123.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=23.68%
G=21.93%
B=54.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54501240.560.6000.51243.2442.5334.12
Hex36327C383C033f32b22
Octal666217470740633635342
Binary1101101100101111100111000111100011001111110011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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