#363C8A

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

Shades of Jacksons Purple #363C8A

Tints of Jacksons Purple #363C8A

Color information

#363C8A (or 0x363C8A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 8A. RGB value is (54,60,138). Sum of RGB (Red+Green+Blue) = 54+60+138=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #363C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C8A is #C9C375. Grayscale: #424242. Windows color (decimal): -13222774 or 9059382. OLE color: 9059382.

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

Color convert

RGB5460138-
CMYK0.610.5700.46
HSL235.71º43.75%37.65%-
HSV(B)235.71º60.87%54.12%-
XYZ7.725.8524.77-
YUV67.1168.01118.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=21.43%
G=23.81%
B=54.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54601380.610.5700.46235.7143.7537.65
Hex363C8A3D3902Eec2c26
Octal667421275710563545446
Binary11011011110010001010111101111001010111011101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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