#36307C

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

Shades of Jacksons Purple #36307C

Tints of Jacksons Purple #36307C

Color information

#36307C (or 0x36307C) is unknown color: approx Jacksons Purple. HEX triplet: 36, 30 and 7C. RGB value is (54,48,124). Sum of RGB (Red+Green+Blue) = 54+48+124=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #36307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36307C is #C9CF83. Grayscale: #3A3A3A. Windows color (decimal): -13225860 or 8138806. OLE color: 8138806.

HSL color Cylindrical-coordinate representation of color #36307C: hue angle of 244.74º 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 #36307C is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5448124-
CMYK0.560.6100.51
HSL244.74º44.19%33.73%-
HSV(B)244.74º61.29%48.63%-
XYZ6.224.3519.58-
YUV58.46164.99124.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=23.89%
G=21.24%
B=54.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54481240.560.6100.51244.7444.1933.73
Hex36307C383D033f52c22
Octal666017470750633655442
Binary1101101100001111100111000111101011001111110101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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