#36398B

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

Shades of Jacksons Purple #36398B

Tints of Jacksons Purple #36398B

Color information

#36398B (or 0x36398B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 39 and 8B. RGB value is (54,57,139). Sum of RGB (Red+Green+Blue) = 54+57+139=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #36398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36398B is #C9C674. Grayscale: #414141. Windows color (decimal): -13223541 or 9124150. OLE color: 9124150.

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

Color convert

RGB5457139-
CMYK0.610.5900.45
HSL237.88º44.04%37.84%-
HSV(B)237.88º61.15%54.51%-
XYZ7.645.5725.1-
YUV65.45169.51119.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=21.6%
G=22.8%
B=55.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54571390.610.5900.45237.8844.0437.84
Hex36398B3D3B02Dee2c26
Octal667121375730553565446
Binary11011011100110001011111101111011010110111101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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