#36317F

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

Shades of Jacksons Purple #36317F

Tints of Jacksons Purple #36317F

Color information

#36317F (or 0x36317F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 31 and 7F. RGB value is (54,49,127). Sum of RGB (Red+Green+Blue) = 54+49+127=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #36317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36317F is #C9CE80. Grayscale: #3B3B3B. Windows color (decimal): -13225601 or 8335670. OLE color: 8335670.

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

Color convert

RGB5449127-
CMYK0.570.6100.50
HSL243.85º44.32%34.51%-
HSV(B)243.85º61.42%49.8%-
XYZ6.454.5120.61-
YUV59.39166.16124.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 127 (50% from 255) = 55.22%
R=23.48%
G=21.30%
B=55.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54491270.570.6100.50243.8544.3234.51
Hex36317F393D032f42c23
Octal666117771750623645443
Binary1101101100011111111111001111101011001011110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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