#393D88

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

Shades of Jacksons Purple #393D88

Tints of Jacksons Purple #393D88

Color information

#393D88 (or 0x393D88) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 88. RGB value is (57,61,136). Sum of RGB (Red+Green+Blue) = 57+61+136=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #393D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D88 is #C6C277. Grayscale: #444444. Windows color (decimal): -13025912 or 8928569. OLE color: 8928569.

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

Color convert

RGB5761136-
CMYK0.580.5500.47
HSL236.96º40.93%37.84%-
HSV(B)236.96º58.09%53.33%-
XYZ7.85.9824.04-
YUV68.35166.17119.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=22.44%
G=24.02%
B=53.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57611360.580.5500.47236.9640.9337.84
Hex393D883A3702Fed2926
Octal717521072670573555146
Binary11100111110110001000111010110111010111111101101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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