#3C387D

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

Shades of Jacksons Purple #3C387D

Tints of Jacksons Purple #3C387D

Color information

#3C387D (or 0x3C387D) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 38 and 7D. RGB value is (60,56,125). Sum of RGB (Red+Green+Blue) = 60+56+125=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387D is #C3C782. Grayscale: #404040. Windows color (decimal): -12830595 or 8206396. OLE color: 8206396.

HSL color Cylindrical-coordinate representation of color #3C387D: hue angle of 243.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C387D is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6056125-
CMYK0.520.5500.51
HSL243.48º38.12%35.49%-
HSV(B)243.48º55.2%49.02%-
XYZ6.985.2720.05-
YUV65.06161.83124.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=24.90%
G=23.24%
B=51.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60561250.520.5500.51243.4838.1235.49
Hex3C387D3437033f32623
Octal747017564670633634643
Binary1111001110001111101110100110111011001111110011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C387D; }

 p { color: rgb(60,56,125); }

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

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

 a { background-color: rgb(60,56,125); }

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

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

 span { border-color: rgb(60,56,125); }

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