#36357B

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

Shades of Jacksons Purple #36357B

Tints of Jacksons Purple #36357B

Color information

#36357B (or 0x36357B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 7B. RGB value is (54,53,123). Sum of RGB (Red+Green+Blue) = 54+53+123=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #36357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36357B is #C9CA84. Grayscale: #3D3D3D. Windows color (decimal): -13224581 or 8074550. OLE color: 8074550.

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

Color convert

RGB5453123-
CMYK0.560.5700.52
HSL240.86º39.77%34.51%-
HSV(B)240.86º56.91%48.24%-
XYZ6.374.7619.32-
YUV61.28162.83122.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=23.48%
G=23.04%
B=53.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54531230.560.5700.52240.8639.7734.51
Hex36357B3839034f12823
Octal666517370710643615043
Binary1101101101011111011111000111001011010011110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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