#363783

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

Shades of Jacksons Purple #363783

Tints of Jacksons Purple #363783

Color information

#363783 (or 0x363783) is unknown color: approx Jacksons Purple. HEX triplet: 36, 37 and 83. RGB value is (54,55,131). Sum of RGB (Red+Green+Blue) = 54+55+131=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #363783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363783 is #C9C87C. Grayscale: #3F3F3F. Windows color (decimal): -13224061 or 8599350. OLE color: 8599350.

HSL color Cylindrical-coordinate representation of color #363783: hue angle of 239.22º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363783 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5455131-
CMYK0.590.5800.49
HSL239.22º41.62%36.27%-
HSV(B)239.22º58.78%51.37%-
XYZ6.985.1622.1-
YUV63.36166.17121.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=22.5%
G=22.92%
B=54.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54551310.590.5800.49239.2241.6236.27
Hex3637833B3A031ef2a24
Octal666720373720613575244
Binary11011011011110000011111011111010011000111101111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363783; }

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

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

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

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

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

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

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

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