#36317A

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

Shades of Jacksons Purple #36317A

Tints of Jacksons Purple #36317A

Color information

#36317A (or 0x36317A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 31 and 7A. RGB value is (54,49,122). Sum of RGB (Red+Green+Blue) = 54+49+122=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #36317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36317A is #C9CE85. Grayscale: #3A3A3A. Windows color (decimal): -13225606 or 8007990. OLE color: 8007990.

HSL color Cylindrical-coordinate representation of color #36317A: hue angle of 244.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36317A is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5449122-
CMYK0.560.6000.52
HSL244.11º42.69%33.53%-
HSV(B)244.11º59.84%47.84%-
XYZ6.134.3918.94-
YUV58.82163.66124.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=24%
G=21.78%
B=54.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54491220.560.6000.52244.1142.6933.53
Hex36317A383C034f42b22
Octal666117270740643645342
Binary1101101100011111010111000111100011010011110100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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