#36397C

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

Shades of Jacksons Purple #36397C

Tints of Jacksons Purple #36397C

Color information

#36397C (or 0x36397C) is unknown color: approx Jacksons Purple. HEX triplet: 36, 39 and 7C. RGB value is (54,57,124). Sum of RGB (Red+Green+Blue) = 54+57+124=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #36397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36397C is #C9C683. Grayscale: #3F3F3F. Windows color (decimal): -13223556 or 8141110. OLE color: 8141110.

HSL color Cylindrical-coordinate representation of color #36397C: hue angle of 237.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36397C is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5457124-
CMYK0.560.5400.51
HSL237.43º39.33%34.9%-
HSV(B)237.43º56.45%48.63%-
XYZ6.625.1719.72-
YUV63.74162.01121.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=22.98%
G=24.26%
B=52.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54571240.560.5400.51237.4339.3334.9
Hex36397C3836033ed2723
Octal667117470660633554743
Binary1101101110011111100111000110110011001111101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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