#363A8B

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

Shades of Jacksons Purple #363A8B

Tints of Jacksons Purple #363A8B

Color information

#363A8B (or 0x363A8B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3A and 8B. RGB value is (54,58,139). Sum of RGB (Red+Green+Blue) = 54+58+139=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #363A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A8B is #C9C574. Grayscale: #414141. Windows color (decimal): -13223285 or 9124406. OLE color: 9124406.

HSL color Cylindrical-coordinate representation of color #363A8B: hue angle of 237.18º 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 #363A8B is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5458139-
CMYK0.610.5800.45
HSL237.18º44.04%37.84%-
HSV(B)237.18º61.15%54.51%-
XYZ7.695.6725.12-
YUV66.04169.17119.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=21.51%
G=23.11%
B=55.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54581390.610.5800.45237.1844.0437.84
Hex363A8B3D3A02Ded2c26
Octal667221375720553555446
Binary11011011101010001011111101111010010110111101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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