#383487

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

Shades of Jacksons Purple #383487

Tints of Jacksons Purple #383487

Color information

#383487 (or 0x383487) is unknown color: approx Jacksons Purple. HEX triplet: 38, 34 and 87. RGB value is (56,52,135). Sum of RGB (Red+Green+Blue) = 56+52+135=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #383487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383487 is #C7CB78. Grayscale: #3E3E3E. Windows color (decimal): -13093753 or 8860728. OLE color: 8860728.

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

Color convert

RGB5652135-
CMYK0.590.6100.47
HSL242.89º44.39%36.67%-
HSV(B)242.89º61.48%52.94%-
XYZ7.235.0523.51-
YUV62.66168.83123.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=23.05%
G=21.40%
B=55.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56521350.590.6100.47242.8944.3936.67
Hex3834873B3D02Ff32c25
Octal706420773750573635445
Binary11100011010010000111111011111101010111111110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383487; }

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

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

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

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

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

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

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

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