#363980

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

Shades of Jacksons Purple #363980

Tints of Jacksons Purple #363980

Color information

#363980 (or 0x363980) is unknown color: approx Jacksons Purple. HEX triplet: 36, 39 and 80. RGB value is (54,57,128). Sum of RGB (Red+Green+Blue) = 54+57+128=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #363980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363980 is #C9C67F. Grayscale: #3F3F3F. Windows color (decimal): -13223552 or 8403254. OLE color: 8403254.

HSL color Cylindrical-coordinate representation of color #363980: hue angle of 237.57º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363980 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5457128-
CMYK0.580.5500.50
HSL237.57º40.66%35.69%-
HSV(B)237.57º57.81%50.2%-
XYZ6.885.2721.08-
YUV64.2164.01120.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=22.59%
G=23.85%
B=53.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54571280.580.5500.50237.5740.6635.69
Hex3639803A37032ee2924
Octal667120072670623565144
Binary11011011100110000000111010110111011001011101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363980; }

 p { color: rgb(54,57,128); }

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

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

 a { background-color: rgb(54,57,128); }

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

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

 span { border-color: rgb(54,57,128); }

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