#383687

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

Shades of Jacksons Purple #383687

Tints of Jacksons Purple #383687

Color information

#383687 (or 0x383687) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 87. RGB value is (56,54,135). Sum of RGB (Red+Green+Blue) = 56+54+135=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #383687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383687 is #C7C978. Grayscale: #3F3F3F. Windows color (decimal): -13093241 or 8861240. OLE color: 8861240.

HSL color Cylindrical-coordinate representation of color #383687: hue angle of 241.48º 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 #383687 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5654135-
CMYK0.590.6000.47
HSL241.48º42.86%37.06%-
HSV(B)241.48º60%52.94%-
XYZ7.325.2323.54-
YUV63.83168.16122.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=22.86%
G=22.04%
B=55.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56541350.590.6000.47241.4842.8637.06
Hex3836873B3C02Ff12b25
Octal706620773740573615345
Binary11100011011010000111111011111100010111111110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383687; }

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

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

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

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

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

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

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

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