#36357C

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

Shades of Jacksons Purple #36357C

Tints of Jacksons Purple #36357C

Color information

#36357C (or 0x36357C) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 7C. RGB value is (54,53,124). Sum of RGB (Red+Green+Blue) = 54+53+124=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #36357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36357C is #C9CA83. Grayscale: #3D3D3D. Windows color (decimal): -13224580 or 8140086. OLE color: 8140086.

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

Color convert

RGB5453124-
CMYK0.560.5700.51
HSL240.85º40.11%34.71%-
HSV(B)240.85º57.26%48.63%-
XYZ6.434.7919.65-
YUV61.39163.33122.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=23.38%
G=22.94%
B=53.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54531240.560.5700.51240.8540.1134.71
Hex36357C3839033f12823
Octal666517470710633615043
Binary1101101101011111100111000111001011001111110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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