#363C8B

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

Shades of Jacksons Purple #363C8B

Tints of Jacksons Purple #363C8B

Color information

#363C8B (or 0x363C8B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 8B. RGB value is (54,60,139). Sum of RGB (Red+Green+Blue) = 54+60+139=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #363C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C8B is #C9C374. Grayscale: #424242. Windows color (decimal): -13222773 or 9124918. OLE color: 9124918.

HSL color Cylindrical-coordinate representation of color #363C8B: hue angle of 235.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363C8B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5460139-
CMYK0.610.5700.45
HSL235.76º44.04%37.84%-
HSV(B)235.76º61.15%54.51%-
XYZ7.85.8825.15-
YUV67.21168.51118.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=21.34%
G=23.72%
B=54.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54601390.610.5700.45235.7644.0437.84
Hex363C8B3D3902Dec2c26
Octal667421375710553545446
Binary11011011110010001011111101111001010110111101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,139); }

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

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

 a { background-color: rgb(54,60,139); }

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

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

 span { border-color: rgb(54,60,139); }

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