#363F83

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

Shades of Jacksons Purple #363F83

Tints of Jacksons Purple #363F83

Color information

#363F83 (or 0x363F83) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3F and 83. RGB value is (54,63,131). Sum of RGB (Red+Green+Blue) = 54+63+131=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #363F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F83 is #C9C07C. Grayscale: #434343. Windows color (decimal): -13222013 or 8601398. OLE color: 8601398.

HSL color Cylindrical-coordinate representation of color #363F83: hue angle of 232.99º 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 #363F83 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5463131-
CMYK0.590.5200.49
HSL232.99º41.62%36.27%-
HSV(B)232.99º58.78%51.37%-
XYZ7.45.9822.24-
YUV68.06163.52117.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=21.77%
G=25.40%
B=52.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54631310.590.5200.49232.9941.6236.27
Hex363F833B34031e92a24
Octal667720373640613515244
Binary11011011111110000011111011110100011000111101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363F83; }

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

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

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

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

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

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

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

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