#36348B

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

Shades of Jacksons Purple #36348B

Tints of Jacksons Purple #36348B

Color information

#36348B (or 0x36348B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 8B. RGB value is (54,52,139). Sum of RGB (Red+Green+Blue) = 54+52+139=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #36348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348B is #C9CB74. Grayscale: #3E3E3E. Windows color (decimal): -13224821 or 9122870. OLE color: 9122870.

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

Color convert

RGB5452139-
CMYK0.610.6300.45
HSL241.38º45.55%37.45%-
HSV(B)241.38º62.59%54.51%-
XYZ7.415.125.02-
YUV62.52171.16121.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=22.04%
G=21.22%
B=56.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54521390.610.6300.45241.3845.5537.45
Hex36348B3D3F02Df12e25
Octal666421375770553615645
Binary11011011010010001011111101111111010110111110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36348B; }

 p { color: rgb(54,52,139); }

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

<style>
 a { background-color: #36348B; }

 a { background-color: rgb(54,52,139); }

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

<style>
 span { border-color: #36348B; }

 span { border-color: rgb(54,52,139); }

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