#393082

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

Shades of Jacksons Purple #393082

Tints of Jacksons Purple #393082

Color information

#393082 (or 0x393082) is unknown color: approx Jacksons Purple. HEX triplet: 39, 30 and 82. RGB value is (57,48,130). Sum of RGB (Red+Green+Blue) = 57+48+130=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #393082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393082 is #C6CF7D. Grayscale: #3B3B3B. Windows color (decimal): -13029246 or 8532025. OLE color: 8532025.

HSL color Cylindrical-coordinate representation of color #393082: hue angle of 246.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393082 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5748130-
CMYK0.560.6300.49
HSL246.59º46.07%34.9%-
HSV(B)246.59º63.08%50.98%-
XYZ6.774.621.65-
YUV60.04167.48125.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=24.26%
G=20.43%
B=55.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57481300.560.6300.49246.5946.0734.9
Hex393082383F031f72e23
Octal716020270770613675643
Binary11100111000010000010111000111111011000111110111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393082; }

 p { color: rgb(57,48,130); }

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

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

 a { background-color: rgb(57,48,130); }

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

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

 span { border-color: rgb(57,48,130); }

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