#36358A

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

Shades of Jacksons Purple #36358A

Tints of Jacksons Purple #36358A

Color information

#36358A (or 0x36358A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 8A. RGB value is (54,53,138). Sum of RGB (Red+Green+Blue) = 54+53+138=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #36358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36358A is #C9CA75. Grayscale: #3E3E3E. Windows color (decimal): -13224566 or 9057590. OLE color: 9057590.

HSL color Cylindrical-coordinate representation of color #36358A: hue angle of 240.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36358A is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5453138-
CMYK0.610.6200.46
HSL240.71º44.5%37.45%-
HSV(B)240.71º61.59%54.12%-
XYZ7.385.1724.65-
YUV62.99170.33121.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=22.04%
G=21.63%
B=56.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54531380.610.6200.46240.7144.537.45
Hex36358A3D3E02Ef12d25
Octal666521275760563615545
Binary11011011010110001010111101111110010111011110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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