#36358D

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

Shades of Jacksons Purple #36358D

Tints of Jacksons Purple #36358D

Color information

#36358D (or 0x36358D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 8D. RGB value is (54,53,141). Sum of RGB (Red+Green+Blue) = 54+53+141=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #36358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36358D is #C9CA72. Grayscale: #3E3E3E. Windows color (decimal): -13224563 or 9254198. OLE color: 9254198.

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

Color convert

RGB5453141-
CMYK0.620.6200.45
HSL240.68º45.36%38.04%-
HSV(B)240.68º62.41%55.29%-
XYZ7.65.2525.81-
YUV63.33171.83121.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 141 (55.47% from 255) = 56.85%
R=21.77%
G=21.37%
B=56.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54531410.620.6200.45240.6845.3638.04
Hex36358D3E3E02Df12d26
Octal666521576760553615546
Binary11011011010110001101111110111110010110111110001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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