#362E7F

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

Shades of Jacksons Purple #362E7F

Tints of Jacksons Purple #362E7F

Color information

#362E7F (or 0x362E7F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 2E and 7F. RGB value is (54,46,127). Sum of RGB (Red+Green+Blue) = 54+46+127=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #362E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E7F is #C9D180. Grayscale: #393939. Windows color (decimal): -13226369 or 8334902. OLE color: 8334902.

HSL color Cylindrical-coordinate representation of color #362E7F: hue angle of 245.93º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #362E7F is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5446127-
CMYK0.570.6400.50
HSL245.93º46.82%33.92%-
HSV(B)245.93º63.78%49.8%-
XYZ6.334.2720.57-
YUV57.63167.15125.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 127 (50% from 255) = 55.95%
R=23.79%
G=20.26%
B=55.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54461270.570.6400.50245.9346.8233.92
Hex362E7F3940032f62f22
Octal6656177711000623665742
Binary11011010111011111111110011000000011001011110110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E7F; }

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

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

<style>
 a { background-color: #362E7F; }

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

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

<style>
 span { border-color: #362E7F; }

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

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