#36347F

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

Shades of Jacksons Purple #36347F

Tints of Jacksons Purple #36347F

Color information

#36347F (or 0x36347F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 7F. RGB value is (54,52,127). Sum of RGB (Red+Green+Blue) = 54+52+127=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #36347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36347F is #C9CB80. Grayscale: #3C3C3C. Windows color (decimal): -13224833 or 8336438. OLE color: 8336438.

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

Color convert

RGB5452127-
CMYK0.570.5900.50
HSL241.6º41.9%35.1%-
HSV(B)241.6º59.06%49.8%-
XYZ6.584.7720.65-
YUV61.15165.16122.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 127 (50% from 255) = 54.51%
R=23.18%
G=22.32%
B=54.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54521270.570.5900.50241.641.935.1
Hex36347F393B032f22a23
Octal666417771730623625243
Binary1101101101001111111111001111011011001011110010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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