#36348E

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

Shades of Jacksons Purple #36348E

Tints of Jacksons Purple #36348E

Color information

#36348E (or 0x36348E) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 8E. RGB value is (54,52,142). Sum of RGB (Red+Green+Blue) = 54+52+142=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #36348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348E is #C9CB71. Grayscale: #3E3E3E. Windows color (decimal): -13224818 or 9319478. OLE color: 9319478.

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

Color convert

RGB5452142-
CMYK0.620.6300.44
HSL241.33º46.39%38.04%-
HSV(B)241.33º63.38%55.69%-
XYZ7.635.1926.19-
YUV62.86172.66121.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=21.77%
G=20.97%
B=57.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54521420.620.6300.44241.3346.3938.04
Hex36348E3E3F02Cf12e26
Octal666421676770543615646
Binary11011011010010001110111110111111010110011110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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