#36387A

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

Shades of Jacksons Purple #36387A

Tints of Jacksons Purple #36387A

Color information

#36387A (or 0x36387A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 7A. RGB value is (54,56,122). Sum of RGB (Red+Green+Blue) = 54+56+122=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #36387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36387A is #C9C785. Grayscale: #3E3E3E. Windows color (decimal): -13223814 or 8009782. OLE color: 8009782.

HSL color Cylindrical-coordinate representation of color #36387A: hue angle of 238.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36387A is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5456122-
CMYK0.560.5400.52
HSL238.24º38.64%34.51%-
HSV(B)238.24º55.74%47.84%-
XYZ6.455.0219.04-
YUV62.93161.34121.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=23.28%
G=24.14%
B=52.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54561220.560.5400.52238.2438.6434.51
Hex36387A3836034ee2723
Octal667017270660643564743
Binary1101101110001111010111000110110011010011101110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36387A; }

 p { color: rgb(54,56,122); }

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

<style>
 a { background-color: #36387A; }

 a { background-color: rgb(54,56,122); }

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

<style>
 span { border-color: #36387A; }

 span { border-color: rgb(54,56,122); }

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