#393377

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

Shades of Jacksons Purple #393377

Tints of Jacksons Purple #393377

Color information

#393377 (or 0x393377) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 77. RGB value is (57,51,119). Sum of RGB (Red+Green+Blue) = 57+51+119=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #393377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393377 is #C6CC88. Grayscale: #3C3C3C. Windows color (decimal): -13028489 or 7811897. OLE color: 7811897.

HSL color Cylindrical-coordinate representation of color #393377: hue angle of 245.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393377 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5751119-
CMYK0.520.5700.53
HSL245.29º40%33.33%-
HSV(B)245.29º57.14%46.67%-
XYZ6.24.5718.01-
YUV60.55160.99125.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=25.11%
G=22.47%
B=52.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57511190.520.5700.53245.294033.33
Hex3933773439035f52821
Octal716316764710653655041
Binary1110011100111110111110100111001011010111110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393377; }

 p { color: rgb(57,51,119); }

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

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

 a { background-color: rgb(57,51,119); }

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

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

 span { border-color: rgb(57,51,119); }

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