#36337F

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

Shades of Jacksons Purple #36337F

Tints of Jacksons Purple #36337F

Color information

#36337F (or 0x36337F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 33 and 7F. RGB value is (54,51,127). Sum of RGB (Red+Green+Blue) = 54+51+127=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #36337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36337F is #C9CC80. Grayscale: #3C3C3C. Windows color (decimal): -13225089 or 8336182. OLE color: 8336182.

HSL color Cylindrical-coordinate representation of color #36337F: hue angle of 242.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36337F is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5451127-
CMYK0.570.6000.50
HSL242.37º42.7%34.9%-
HSV(B)242.37º59.84%49.8%-
XYZ6.544.6820.64-
YUV60.56165.49123.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 127 (50% from 255) = 54.74%
R=23.28%
G=21.98%
B=54.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54511270.570.6000.50242.3742.734.9
Hex36337F393C032f22b23
Octal666317771740623625343
Binary1101101100111111111111001111100011001011110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36337F; }

 p { color: rgb(54,51,127); }

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

<style>
 a { background-color: #36337F; }

 a { background-color: rgb(54,51,127); }

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

<style>
 span { border-color: #36337F; }

 span { border-color: rgb(54,51,127); }

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