#36348D

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

Shades of Jacksons Purple #36348D

Tints of Jacksons Purple #36348D

Color information

#36348D (or 0x36348D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 8D. RGB value is (54,52,141). Sum of RGB (Red+Green+Blue) = 54+52+141=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #36348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348D is #C9CB72. Grayscale: #3E3E3E. Windows color (decimal): -13224819 or 9253942. OLE color: 9253942.

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

Color convert

RGB5452141-
CMYK0.620.6300.45
HSL241.35º46.11%37.84%-
HSV(B)241.35º63.12%55.29%-
XYZ7.565.1625.8-
YUV62.74172.16121.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=21.86%
G=21.05%
B=57.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54521410.620.6300.45241.3546.1137.84
Hex36348D3E3F02Df12e26
Octal666421576770553615646
Binary11011011010010001101111110111111010110111110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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