#363288

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

Shades of Jacksons Purple #363288

Tints of Jacksons Purple #363288

Color information

#363288 (or 0x363288) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 88. RGB value is (54,50,136). Sum of RGB (Red+Green+Blue) = 54+50+136=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #363288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363288 is #C9CD77. Grayscale: #3C3C3C. Windows color (decimal): -13225336 or 8925750. OLE color: 8925750.

HSL color Cylindrical-coordinate representation of color #363288: hue angle of 242.79º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363288 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5450136-
CMYK0.600.6300.47
HSL242.79º46.24%36.47%-
HSV(B)242.79º63.24%53.33%-
XYZ7.114.8423.85-
YUV61170.33123.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=22.5%
G=20.83%
B=56.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54501360.600.6300.47242.7946.2436.47
Hex3632883C3F02Ff32e24
Octal666221074770573635644
Binary11011011001010001000111100111111010111111110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363288; }

 p { color: rgb(54,50,136); }

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

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

 a { background-color: rgb(54,50,136); }

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

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

 span { border-color: rgb(54,50,136); }

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