#362E83

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

Shades of Jacksons Purple #362E83

Tints of Jacksons Purple #362E83

Color information

#362E83 (or 0x362E83) is unknown color: approx Jacksons Purple. HEX triplet: 36, 2E and 83. RGB value is (54,46,131). Sum of RGB (Red+Green+Blue) = 54+46+131=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #362E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E83 is #C9D17C. Grayscale: #393939. Windows color (decimal): -13226365 or 8597046. OLE color: 8597046.

HSL color Cylindrical-coordinate representation of color #362E83: hue angle of 245.65º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362E83 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5446131-
CMYK0.590.6500.49
HSL245.65º48.02%34.71%-
HSV(B)245.65º64.89%51.37%-
XYZ6.64.3821.97-
YUV58.08169.15125.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=23.38%
G=19.91%
B=56.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54461310.590.6500.49245.6548.0234.71
Hex362E833B41031f63023
Octal6656203731010613666043
Binary110110101110100000111110111000001011000111110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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