#393577

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

Shades of Jacksons Purple #393577

Tints of Jacksons Purple #393577

Color information

#393577 (or 0x393577) is unknown color: approx Jacksons Purple. HEX triplet: 39, 35 and 77. RGB value is (57,53,119). Sum of RGB (Red+Green+Blue) = 57+53+119=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #393577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393577 is #C6CA88. Grayscale: #3D3D3D. Windows color (decimal): -13027977 or 7812409. OLE color: 7812409.

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

Color convert

RGB5753119-
CMYK0.520.5500.53
HSL243.64º38.37%33.73%-
HSV(B)243.64º55.46%46.67%-
XYZ6.294.7518.04-
YUV61.72160.33124.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=24.89%
G=23.14%
B=51.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57531190.520.5500.53243.6438.3733.73
Hex3935773437035f42622
Octal716516764670653644642
Binary1110011101011110111110100110111011010111110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393577; }

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

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

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

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

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

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

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

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