#362C7F

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

Shades of Jacksons Purple #362C7F

Tints of Jacksons Purple #362C7F

Color information

#362C7F (or 0x362C7F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 2C and 7F. RGB value is (54,44,127). Sum of RGB (Red+Green+Blue) = 54+44+127=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #362C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C7F is #C9D380. Grayscale: #383838. Windows color (decimal): -13226881 or 8334390. OLE color: 8334390.

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

Color convert

RGB5444127-
CMYK0.570.6500.50
HSL247.23º48.54%33.53%-
HSV(B)247.23º65.35%49.8%-
XYZ6.254.1220.54-
YUV56.45167.81126.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 127 (50% from 255) = 56.44%
R=24%
G=19.56%
B=56.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54441270.570.6500.50247.2348.5433.53
Hex362C7F3941032f73122
Octal6654177711010623676142
Binary11011010110011111111110011000001011001011110111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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