#383686

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

Shades of Jacksons Purple #383686

Tints of Jacksons Purple #383686

Color information

#383686 (or 0x383686) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 86. RGB value is (56,54,134). Sum of RGB (Red+Green+Blue) = 56+54+134=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #383686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383686 is #C7C979. Grayscale: #3F3F3F. Windows color (decimal): -13093242 or 8795704. OLE color: 8795704.

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

Color convert

RGB5654134-
CMYK0.580.6000.47
HSL241.5º42.55%36.86%-
HSV(B)241.5º59.7%52.55%-
XYZ7.255.223.18-
YUV63.72167.66122.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=22.95%
G=22.13%
B=54.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56541340.580.6000.47241.542.5536.86
Hex3836863A3C02Ff22b25
Octal706620672740573625345
Binary11100011011010000110111010111100010111111110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383686; }

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

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

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

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

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

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

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

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