#36357D

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

Shades of Jacksons Purple #36357D

Tints of Jacksons Purple #36357D

Color information

#36357D (or 0x36357D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 7D. RGB value is (54,53,125). Sum of RGB (Red+Green+Blue) = 54+53+125=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #36357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36357D is #C9CA82. Grayscale: #3D3D3D. Windows color (decimal): -13224579 or 8205622. OLE color: 8205622.

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

Color convert

RGB5453125-
CMYK0.570.5800.51
HSL240.83º40.45%34.9%-
HSV(B)240.83º57.6%49.02%-
XYZ6.54.8119.99-
YUV61.51163.83122.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=23.28%
G=22.84%
B=53.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54531250.570.5800.51240.8340.4534.9
Hex36357D393A033f12823
Octal666517571720633615043
Binary1101101101011111101111001111010011001111110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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