#36367F

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

Shades of Jacksons Purple #36367F

Tints of Jacksons Purple #36367F

Color information

#36367F (or 0x36367F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 36 and 7F. RGB value is (54,54,127). Sum of RGB (Red+Green+Blue) = 54+54+127=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #36367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36367F is #C9C980. Grayscale: #3E3E3E. Windows color (decimal): -13224321 or 8336950. OLE color: 8336950.

HSL color Cylindrical-coordinate representation of color #36367F: hue angle of 240º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36367F is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5454127-
CMYK0.570.5700.50
HSL240º40.33%35.49%-
HSV(B)240º57.48%49.8%-
XYZ6.674.9520.68-
YUV62.32164.5122.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 127 (50% from 255) = 54.04%
R=22.98%
G=22.98%
B=54.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54541270.570.5700.5024040.3335.49
Hex36367F3939032f02823
Octal666617771710623605043
Binary1101101101101111111111001111001011001011110000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36367F; }

 p { color: rgb(54,54,127); }

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

<style>
 a { background-color: #36367F; }

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

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

<style>
 span { border-color: #36367F; }

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

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