#3C387B

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

Shades of Jacksons Purple #3C387B

Tints of Jacksons Purple #3C387B

Color information

#3C387B (or 0x3C387B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 38 and 7B. RGB value is (60,56,123). Sum of RGB (Red+Green+Blue) = 60+56+123=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387B is #C3C784. Grayscale: #404040. Windows color (decimal): -12830597 or 8075324. OLE color: 8075324.

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

Color convert

RGB6056123-
CMYK0.510.5400.52
HSL243.58º37.43%35.1%-
HSV(B)243.58º54.47%48.24%-
XYZ6.855.2219.39-
YUV64.83160.83124.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=25.10%
G=23.43%
B=51.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60561230.510.5400.52243.5837.4335.1
Hex3C387B3336034f42523
Octal747017363660643644543
Binary1111001110001111011110011110110011010011110100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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