#363888

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

Shades of Jacksons Purple #363888

Tints of Jacksons Purple #363888

Color information

#363888 (or 0x363888) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 88. RGB value is (54,56,136). Sum of RGB (Red+Green+Blue) = 54+56+136=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #363888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363888 is #C9C777. Grayscale: #404040. Windows color (decimal): -13223800 or 8927286. OLE color: 8927286.

HSL color Cylindrical-coordinate representation of color #363888: hue angle of 238.54º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363888 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5456136-
CMYK0.600.5900.47
HSL238.54º43.16%37.25%-
HSV(B)238.54º60.29%53.33%-
XYZ7.385.3923.94-
YUV64.52168.34120.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=21.95%
G=22.76%
B=55.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54561360.600.5900.47238.5443.1637.25
Hex3638883C3B02Fef2b25
Octal667021074730573575345
Binary11011011100010001000111100111011010111111101111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363888; }

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

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

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

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

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

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

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

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