#3C387F

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

Shades of Jacksons Purple #3C387F

Tints of Jacksons Purple #3C387F

Color information

#3C387F (or 0x3C387F) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 38 and 7F. RGB value is (60,56,127). Sum of RGB (Red+Green+Blue) = 60+56+127=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387F is #C3C780. Grayscale: #414141. Windows color (decimal): -12830593 or 8337468. OLE color: 8337468.

HSL color Cylindrical-coordinate representation of color #3C387F: hue angle of 243.38º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C387F is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6056127-
CMYK0.530.5600.50
HSL243.38º38.8%35.88%-
HSV(B)243.38º55.91%49.8%-
XYZ7.115.3220.73-
YUV65.29162.83124.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 127 (50% from 255) = 52.26%
R=24.69%
G=23.05%
B=52.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60561270.530.5600.50243.3838.835.88
Hex3C387F3538032f32724
Octal747017765700623634744
Binary1111001110001111111110101111000011001011110011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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