#36317D

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

Shades of Jacksons Purple #36317D

Tints of Jacksons Purple #36317D

Color information

#36317D (or 0x36317D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 31 and 7D. RGB value is (54,49,125). Sum of RGB (Red+Green+Blue) = 54+49+125=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #36317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36317D is #C9CE82. Grayscale: #3A3A3A. Windows color (decimal): -13225603 or 8204598. OLE color: 8204598.

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

Color convert

RGB5449125-
CMYK0.570.6100.51
HSL243.95º43.68%34.12%-
HSV(B)243.95º60.8%49.02%-
XYZ6.324.4619.93-
YUV59.16165.16124.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=23.68%
G=21.49%
B=54.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54491250.570.6100.51243.9543.6834.12
Hex36317D393D033f42c22
Octal666117571750633645442
Binary1101101100011111101111001111101011001111110100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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