#393D83

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

Shades of Jacksons Purple #393D83

Tints of Jacksons Purple #393D83

Color information

#393D83 (or 0x393D83) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 83. RGB value is (57,61,131). Sum of RGB (Red+Green+Blue) = 57+61+131=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #393D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D83 is #C6C27C. Grayscale: #434343. Windows color (decimal): -13025917 or 8600889. OLE color: 8600889.

HSL color Cylindrical-coordinate representation of color #393D83: hue angle of 236.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393D83 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5761131-
CMYK0.560.5300.49
HSL236.76º39.36%36.86%-
HSV(B)236.76º56.49%51.37%-
XYZ7.455.8522.21-
YUV67.78163.67120.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=22.89%
G=24.50%
B=52.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57611310.560.5300.49236.7639.3636.86
Hex393D833835031ed2725
Octal717520370650613554745
Binary11100111110110000011111000110101011000111101101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393D83; }

 p { color: rgb(57,61,131); }

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

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

 a { background-color: rgb(57,61,131); }

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

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

 span { border-color: rgb(57,61,131); }

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